Start up form

B

Brett Wesoloski

I just want to change the start up form. I did look under the
projects-application properties but there is nothing to change. I would
expect it to be in the start up object but all that was there was
ProgramName.Program so I am assuming it is calling the program.cs class.

I changed my program.cs file to be a different form I am working on. But
when I go to run the application it still brings up the form that was
originally declared as new. When I put in a break point the program does
not stop. It is in debug mode. If I change the program.cs file back to the
form that was originally being used. The program does go into debug mode.
But if I change code in that file it isn't using it. It is like the program
is using an old compiled version.

Can anyone tell me how to change the startup form?

Thanks,
Brett
 
B

Brett Wesoloski

Well I created a new project and was able to change it.

Something must have been messed up with the project.

Thanks,
Brett
 
M

Milan

Hi,

I checked with my poject. Its running perfectly fine.
Pls try - remove class and again add to the project

Cheers

Milan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top