Dumb Question

  • Thread starter Thread starter DevBoy
  • Start date Start date
D

DevBoy

I forgot where to change the "main" form of a project? In VS.Net 2003 I
cannot seem to see imported forms into projects and I have made sure they
are public and have the correct namespace.
 
Find where the static Main method of your project is. This is where the 'main' form is created, which you could easily change

HTH
fbhca
 
Back
Top