Form Naming in VB.Net 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to my VB form a name different from 'Form1'. I do this in 'properties'
.. I find that on running 'Debug' I get an error message BC30420. Sub Main
was not found ing 'Name.Form1'. What am I doing wrong?
 
Joe said:
I want to my VB form a name different from 'Form1'. I do this in 'properties'
. I find that on running 'Debug' I get an error message BC30420. Sub Main
was not found ing 'Name.Form1'. What am I doing wrong?

Goto your project properties and look at the startup form. It needs to
be changed to whatever you changed your form to.

Chris
 
Joe Firmont said:
I want to my VB form a name different from 'Form1'. I do this in
'properties'
. I find that on running 'Debug' I get an error message BC30420. Sub Main
was not found ing 'Name.Form1'. What am I doing wrong?

Double click the error message and select the new startup form.
 
Back
Top