[Mono-winforms-list] porting System.Windows.Forms applications fromWindows to Linux

Jonathan S. Chambers Jonathan.Chambers at ansys.com
Thu Feb 23 09:43:23 EST 2006


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: mono-winforms-list-bounces at lists.ximian.com
[mailto:mono-winforms-list-bounces at lists.ximian.com] On Behalf Of vijaya
raghava mutharaju
Sent: Thursday, February 23, 2006 9:36 AM
To: mono-winforms-list at lists.ximian.com
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.
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20060223/ed52705c/attachment.html


More information about the Mono-winforms-list mailing list