Did anyone can tell me the first steps to create an ocx.
How can i set properties or events in ocx files.
And anything else that you know about the use of ocx files.
Thanks...
Printable View
Did anyone can tell me the first steps to create an ocx.
How can i set properties or events in ocx files.
And anything else that you know about the use of ocx files.
Thanks...
To create Properties, Methods and Events:
- Go to Add-Ins > Add-In Manager
- Check VB ActiveX Control Interface Wizard and Property Page Wizard.
- Click OK
- Go to the Add-Ins menu again. There should be some new menu's added to the bottom. To create the Properties, Methods and Events, select the VB ActiveX Control Interface Wizard.
- To create a Property Page for your control, select the Property Page Wizard.