[Mono-winforms-list] third party tools
Robert Jordan
robertj at gmx.net
Mon Feb 23 09:09:31 EST 2009
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
More information about the Mono-winforms-list
mailing list