[Mono-list] Help in dealing with Mono/.NET PInvoke issue

Miguel de Icaza miguel at novell.com
Tue Jan 12 23:02:38 EST 2010


Hello,

> Sorry, I just realized that I have been abusing the ASCX term.
> 
> What I'm calling ASCX are actually simple System.Windows.Forms.UserControl classes. For example: 
>    
>     public partial class ascx_LogViewer : UserControl

Those are supported just fine.   The only problem is when those controls try to do cute things by P/Invoking into Win32, that is where you will run into a roadblock.

MonoDevelop as a foundation might be a bit heavy, it would be like using the VS shell for building apps (I read somewhere that this is possible now).

What are the requirements for these user controls that you need?


More information about the Mono-list mailing list