Make Your First ActiveX Control

Lesson 1
Tutorials - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14

Right click on the form, and choose properties from the menu.

Image 7:


The form's name property by default is UserControl1.
Change it to MyControl.

Image 8:



This will be default name of the control when the user will
insert it to his form: MyControl1, MyControl2, and so on.

Back  Forward