-
Startup from problems
I originally set up my project to start up with frmMenu.
I have since changed the form to frmMainMenu and added new features.
The old "frmMenu" no longer exists in my project yet when I change the
startup form in the properties of the project to "frmMainMenu" the old
"frmMenu" keeps opening.
Can someone tell me what is happening?
"frmMenu" no longer exists!!
Thanks in advance
-
Try changing the name of your form to the new name. Then try double-clicking on it (at design time) to make sure it gets properly initialized. Then change the starting object from your WinApp property pages. Save it and then run it now.