Forms and namespaces in vb.net

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

Guest

Hi,

What is the best way to assign a form to a namespace in VB.NET with VS 2005?

I have this project with dozens of Forms and im beggining to need a pretty
good imagination to find different names for them!!!

Thx
 
How come you can think of different namespaces, but not different names for
your forms?? I think it would be confusing to have forms with the same name
in one project, but whatever makes you happy.

Add the namespace to the top of the class for your form, and do the same
for the partial class created with designer code in int.

Robin S.
 
Back
Top