Hello,
I have a question. I have a couple of forms in my VB6 project. I have also been able to compile the project to generate an executable. However, i'm not sure how i can control which form i want to have displayed first when the executable is launched.
Say for example, i have two forms, frmOne and frmTwo. By default, when i run the executable, frmOne is the first one that gets displayed. But what i wish to know is if it is possible to have frmTwo come up first when the program is launched.
Any help is appreciated.
Thanks!

