what is the different between:
system.windows.forms.form
and
system.winforms
some applications used "system.windows.forms.form" and those applications are not opened in vs.net
Printable View
what is the different between:
system.windows.forms.form
and
system.winforms
some applications used "system.windows.forms.form" and those applications are not opened in vs.net
system.winforms is .NET beta 1 and will not work anymore.
And from what you said, I assume you are using VS .NET beta 1. You need to get rid of that because the final is out now and it is around 90% changed since then. You are learning the wrong stuff.