Click here to Skip to main content
16,006,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys
I've 4 Form In VB 2008
This My Form:
F_Login
F_StartUp
F_Menu
F_Employee

I want Run F_Employee But The Run Program is F_StartUp

Thanks
Posted

1 solution

If you mean "when my application starts, it shows F_Startup but I want it to show F_Employee instead", then:
Double click on "My Project" in the solution explorer.
In the resulting screen, under the "Application" tab, you will see "Startup Form".
Select "F_Employee" from the drop down list.
Close the screen.

Done!

If that isn't what you mean, then please give us better information! :laugh:
 
Share this answer
 
Comments
strada1987 18-Sep-11 3:37am    
It Work
Thanks
OriginalGriff 18-Sep-11 3:48am    
You're welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900