Forms and namespaces in vb.net

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
 
R

RobinS

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.
 

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

Top