Hello,
You need to reference System.Drawing.dll and System.Windows.Forms.dll
while compiling your program, like this,

$ mcs -r:System.Drawing -r:System.Windows.Forms <your_program.cs>

HTH

>>> npguy <[EMAIL PROTECTED]> 4/26/2004 12:12:31 PM >>>
Hi,

I am getting err message --

Cannot find type `System.Windows.Forms.Form'

whats the possible reason. The paths are correct.


-- 
Best regards,


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED] 
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to