[Mono-list] How to use MWF?

arcull arcull at gmail.com
Mon Nov 10 01:34:06 EST 2008




Chris Howie-3 wrote:
> 
> On Sun, Nov 9, 2008 at 12:00 PM, arcull <arcull at gmail.com> wrote:
>> Hi everyone. I wonder how can I use the winforms in mono, I have
>> installed
>> version 1.1.18 on suse 10.2 via Yast, but still I can not see them in
>> add-in
>> manager, nor can I use them inside code. I created a test C# Gtk project
>> and
>> wanted to display a standard message box like this: MessageBox.Show("test
>> message"); but monodevelop won't let me compile it.I googled but dindn't
>> find much usefull help. The only thing I found out is that I have to
>> declare
>> the usage of winforms, so I tried to add: using System.Windows.Forms; but
>> still no success, it wont compile, so I gues, the winforms I have
>> installed
>> didn't get linked to the monodevelop, how can I fix this. Thanks for your
>> help.
> 
> Mixing Gtk# with winforms is not recommended.
> 
> That said, if you really want to then you have to add a reference to
> System.Windows.Forms by using the reference editor.
> 
> -- 
> Chris Howie
> http://www.chrishowie.com
> http://en.wikipedia.org/wiki/User:Crazycomputers
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 

Thanks  Chris Howie, but can you please be more precise, where do I get this
reference editor and how to declare the usage of winforms? Thanks again.
-- 
View this message in context: http://www.nabble.com/How-to-use-MWF--tp20408335p20414933.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list