System.WinForms / System.Windows.Forms 
Author Message
 System.WinForms / System.Windows.Forms

    I am using Win2000 with .net to develop a Windows forms System.  The
namespace of Windows forms i am using is System.WinForms.

    When i try to run it on win ME which install .net beta without the IDE,
i can't run it correctly.  After i change the namespace of Windows forms to
System.Windows.Forms, i can run it well.

    What i need to do (which namespace) to develop a program which can run
it well on Win200 and WinME?



Fri, 25 Jun 2004 11:44:59 GMT  
 System.WinForms / System.Windows.Forms

The difference in namespace name has nothing to do with the OS.
WinForms was the name in beta 1 and earlier, but it was changed to
Windows.Forms as of beta 2, and that's the way it will stay.

Quote:
>    What i need to do (which namespace) to develop a program which can run
>it well on Win200 and WinME?

Install a more recent version of .NET on your Windows 2000 machine,
and start using Windows.Forms everywhere.

Mattias

===
Mattias Sj?gren (VB MVP)

http://www.msjogren.net/dotnet/



Fri, 25 Jun 2004 12:15:46 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. System.WinForms.Form Properties?

2. System.Windows.Forms.Form

3. system.windows.forms.form.show()

4. Displaying XML in a System.Windows.Forms.Form control

5. Extending System.Windows.Forms.Form?

6. system can not find system.forms

7. How to convert System.Windows.Forms.Message to System.Windows.Forms.Keys?

8. override System.Windows.Forms.Treenode.Text

9. System.Windows.Forms & Inheritance problem

10. Directory Selection in System.Windows.Forms.OpenFileDialog

11. Where is System::Windows::Forms???

12. Few questions reguarding System::Windows::Forms::Control...(

 

 
Powered by phpBB® Forum Software