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....
Printable View
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....
:confused: huh?! :confused:
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? :)
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....
Thanks... I dont think I have installed... I will have to install it...