pmol wrote:
> Hello:
> 
> I am using visual studio 2005 and third party tools like a datagrid and
> input controls. It is possible to run this app in linux and Mac or i must
> use only the default controls that comes in vs2005.

If those 3rd party libs are implemented on top WinForms/System.Drawing
then it should work, at least in theory.

Unfortunately, many libs are usually sprinkled with non-portable
Win32 GDI p/invoke calls, so your mileage might vary.

Robert

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to