Any properties you set in the Visual Studio IDE are set in code behind the scenes. If you app is using .Net 1.1, it has a good shot at working without any changes. Also, you should not pinvoke into Win32 calls, as they do not exist on Linux. You should be able to take you executable compiled in VS (Release mode, without incremental build), and run on mono.

 

- Jonathan

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vijaya raghava mutharaju
Sent: Thursday, February 23, 2006 9:36 AM
To: [email protected]
Subject: [Mono-winforms-list] porting System.Windows.Forms applications fromWindows to Linux

 


      Hello Everybody,

            This question might have been asked but please can you tell me if any modifications are required to port a GUI application using System.Windows.Forms from Windows to Linux.

            There are a certain properties of controls that we set in the IDE in Windows - should we set them manually here. What changes are required ?

             Iam using Mono 1.1.13.2_0 version.

 
         Thank you.
 

_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to