PDA

Click to See Complete Forum and Search --> : Helo to create methods...


Andreex
Jan 17th, 2003, 03:14 PM
I remember there was an option in VB where it would help you create the methods from different controls of the ocx.... where in the universe is that option.. I can t remeber its name....

techgnome
Jan 17th, 2003, 03:26 PM
:confused: huh?! :confused:

Andreex
Jan 17th, 2003, 03:29 PM
haha... sorry.. I guess that is not very understandable... I am going to try again...

let say you have a new ocx control... and ActiveX. Now in that control you have a lot of textboxes and other controls. When it is time to create the public methods and properties of the control.... and wanting to make a lot of them... there is an option in visual basic where it can help you "export" sort to say the properties from the inner control to the main control in order to make them accesible when a programmer is using your control...

capish? :)

techgnome
Jan 17th, 2003, 03:37 PM
got it....
Select Add-in | Add-in Manager
It's called the "VB 6 ActiveX Ctrl Interface Wizard"
Set it to loaded = True.
Then run it....

Andreex
Jan 17th, 2003, 03:38 PM
Thanks... I dont think I have installed... I will have to install it...