PDA

Click to See Complete Forum and Search --> : Question about VB6


Dec 10th, 1999, 02:04 PM
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.

ChrisJackson
Dec 11th, 1999, 08:37 PM
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

Dec 11th, 1999, 08:46 PM
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: wossnamex@talk21.com :)

Dec 13th, 1999, 06:04 AM
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.