Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MainForm

Status
Not open for further replies.

trk1616b

MIS
Joined
May 25, 2005
Messages
20
Location
US
I unwisely created my entire program w/o renaming everything from "WindowsApplication1" first. I now went in and renamed everything to what I wanted, but I am receiving an error when trying to run the app. The error I get is "NoStartupFormException was unhandled"....."Make sure there is a startup form." I never got this error when my app was called WindowsApplication1.

I'm guessing there is an easy property to set somewhere, but I cannot find it. Any ideas?

Thanks
 
I think the problem is that the name in:

Project > Properties (last one) > startup object

has not the same property as the form

change this and it will work
i hope ...
=)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top