Re: Forms and namespaces in vb.net by RobinS
RobinS
Thu Mar 01 12:36:51 CST 2007
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.
--------------------------------------------------
"Eric" <Eric@discussions.microsoft.com> wrote in message
news:3D2DB1D0-CE1C-48A0-B553-A4785E0456E6@microsoft.com...
> 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