Ok, so I'm trying to create my first VB6 'Group'. The Group consists
of a UserControl (ActiveX control) project and a 'Standard Exe'
project. The 'Standard Exe' project consists (for now at least) of a
single Form ("Form1") which only has one control on it; the
UserControl I've created in the 'UserControl' project.
When I 'Run' this project, the 'Standard Exe' Form_Load event never
fires!!! The Form never appears on screen; at least not as I'm used to
Forms appearing on screen....
What happens instead is for some reason Internet Explorer opens and
seems to display something like my Standard Exe's 'Form1' inside it.
I want this Standard Exe project to run like the hundreds of other VB
projects I've created over the years. Namely, you 'run' it and Form1
appears as a Window on my computer screen. Instead I'm getting this
Internet Explorer craziness.
What the heck have I done wrong here?
As always, thanks in advance.
Markus Weber (Megalith GmbH) - 31 May 2006 13:34 GMT
In the project viewer right click on your Standard EXE project and
select "Set as Start up" from menu. Now it should work as expected.
>Ok, so I'm trying to create my first VB6 'Group'. The Group consists
>of a UserControl (ActiveX control) project and a 'Standard Exe'
[quoted text clipped - 17 lines]
>
>As always, thanks in advance.