Can VB6 be set up to open the forms of a project instead of the code when a .vbp file is opened? It would be realy handy if I could change this. Thanks.
Printable View
Can VB6 be set up to open the forms of a project instead of the code when a .vbp file is opened? It would be realy handy if I could change this. Thanks.
Hi Nookta,
If I am understanding your question correctly, all you need to do to get your program to refer to a Form when being opened instead of a Module is to choose Project from the Menu Bar and then Properties and then set the Startup Object to the name of your form.
Hope this helps.
Chris
i think he means when your still designing the program, before compiling it. i think it is always going to show the code on top, unless you save the workspace with the form uppermost. (dont ask me how to save the workspace!) :)
------------------
Wossname,
Email me: [email protected] :)
Yes wossname, I should have made clear I meant design time. It seems to open the code even if I have my forms open and the code closed. Just thought I was missing something obvious. Thanks.