The user controls in itself should not have any further dependencies (and if
they do, I will have to change them).

My objective is to have a VS GUI host container just like what the the
VSShell for Apps does (which is what the WinFormsUI DockPanelSuite (hosted
at http://dockpanelsuite.sourceforge.net) gave me).

Is VSShell compatible with Mono in OSx?

Since I'm going through a GUI design of the main O2Platform interface, it
looks like the best solution is to start with a normal .NET MDI environment
and evolve it from there (I'll post here an update when the new GUI is
working on Mono & OSx)

Dinis Cruz

2010/1/13 Miguel de Icaza <[email protected]>

> 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?
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to