Click to See Complete Forum and Search --> : Invoking property Window


Mebomi
October 1st, 1999, 05:21 AM
Hi guys


I have an ActiveX control in VB and want to be able to invoke ( by right
clicking on the control &
selecting Properties menu item ) VBs standard property for my control.

( I know how to make and invoke property pages )


Any help is appreciated

cmocmh
November 5th, 1999, 07:29 AM
I can't help you with your problem, but i'd appreciate if you could tell me how to invoke the property pages at run-time.
Thanks

January 24th, 2000, 12:22 AM
Hi!
first select the control and then press f4 then u get the properties of that conrrol.

if u want to get the properties just by right clicking on the control then u have to capture f4 button pressed in rightclick on the control.