Originally Posted by Laser2200
Guys, let me give this example:
In VB6, I start a new Activex Control Project.
A designer named UserControl1 opens up.
I Put a Command Button or a Shape inside UserControl1.
After that, I add a Form to this project, which will be Form1.
Then I close UserControl1, and a new control icon appears
at the bottom of the Toolbox.
I create an instance of this control, which is exactly equal
to the control that I have created in UserControl1.
After this, I run the program by clicking on Start, hopping
to see a Form with my custom control, but instead, a new
instance of Internet Explorer opens up, showing my control.
I need to test my ActiveX controls, as I develop them, on a
form, not on a browser.
I have also tryed to use the OPEN WITH option in Windows
Explorer, to force Visual Basic to open this kind of files, but
the problem still remains.