Dear All,
When i use:
using System.Windows. Forms;
I get the following error when compiling:
Error 3 : The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)
How can i add windows in to the system namespace, any help is appreciated.
Thanks in advance.
When i use:
using System.Windows. Forms;
I get the following error when compiling:
Error 3 : The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)
How can i add windows in to the system namespace, any help is appreciated.
Thanks in advance.
Comment