i have multiple forms and when i load up my project it opens up frmMenu. i just created frmLogin and i would like it so when the project loads it displays frmLogin instead of frmMenu. can anyone help me with this?
thanks
Printable View
i have multiple forms and when i load up my project it opens up frmMenu. i just created frmLogin and i would like it so when the project loads it displays frmLogin instead of frmMenu. can anyone help me with this?
thanks
frmMenu.show to be replaced with frmLogin.show
in the Visual Basic environment.
Best Regards,
S h a n
All you have to do is go to Project in the menu and go to project properties down the bottom. Then click on the general tab and on the startup object. In that combo box, choose which form you would like to start up first!
From Nide_Elves