ocx set value (OpenInsight 32-Bit)
At 08 JAN 2004 02:44:30PM Jim Vaughan wrote:
I know how to modify ocx properties.
How do you set a property that can not be changed at run time?
Is there a way to set the initial value for a ocx property?
At 09 JAN 2004 08:57PM Jim Vaughan wrote:
Does the lack of response mean that it can't be done?
At 11 JAN 2004 10:54PM Bob Carten wrote:
Jim:
I believe you need to be executing your control in design time mode to set the design-only properties. The following link may help explain the issues.
http://msdn.microsoft.com/library/default.asp?url=/workshop/components/activex/tutorial.asp
At 12 JAN 2004 01:01PM Jim Vaughan wrote:
and how would one do this "design time mode" in OI?
At 12 JAN 2004 08:02PM Bob Carten wrote:
Jim
are you trying to have the controls be active in design mode in the form-designer? That is not supported yet.
Bob
At 13 JAN 2004 12:17PM Jim Vaughan wrote:
This is what I said in the original message.
"I know how to modify ocx properties. How do you set a property that can not be changed at run time? Is there a way to set the initial value for a ocx property?"
I know they can not be active in form designer, but given that; how do you give an initial value to a property that can not be changed at run time?
Or can it not be done.
At 13 JAN 2004 02:18PM Bob Carten wrote:
Jim
I guess the answer is no.
Perhaps you could use Vb or Delphi to wrap your own control around the one you are trying to use, set the design time properties there.
Bob
At 13 JAN 2004 02:36PM Jim Vaughan wrote:
Is something like this going to be available in 7.0?
At 13 JAN 2004 02:55PM Mike Ruane wrote:
No, sorry.
It's on the list for 7.1
At 13 JAN 2004 08:35PM Jim Vaughan wrote:
Oh well (I guess I'll wait until 7.1), any chance of taking a look at the latest 7.0 beta?