Stephany,
Yes, however the point is that if one want's to then one can - It is a
matter of choice.
Yes you have the choice of putting two forms in one file.
However! be warned if you make this choice, then you will no longer be able
to design the forms in VS.NET!
I do agree with you, one of the nice benefits of VB.NET over VB6 is that I
can put any number of types in a single source file! By type I mean Class,
Module, Structure, Delegate, or Enum. In fact I can put any number of
namespaces in a single source file. Lately I'm finding I limit one class,
module or structure to a source file, however I will group many Delegates &
Enums in a single source file. Either with the class or structure that they
are closely associated with or a common file, if they are related to a group
of classes, modules, or structures. Except for nested classes, which are
implementation details any way...
Hope this helps
Jay