Re: [Mono-dev] System.Windows.Forms and mbas

2005-09-03 Thread Mario Carrión
On 9/2/05, Thomas Cleenewerck [EMAIL PROTECTED] wrote: I'm trying to get the following example working on winxp with mono-1.0.5: Upgrade to 1.1.8, works fine with me. Cheers - Mario Carrión [EMAIL PROTECTED] imports System imports System.Windows.Forms Module Hello sub

[Mono-dev] System.Windows.Forms and mbas

2005-09-02 Thread Thomas Cleenewerck
I'm trying to get the following example working on winxp with mono-1.0.5: imports Systemimports System.Windows.Forms Module Hello sub Main() dim f as new System.Windows.Forms.Form() dim c as new Collection()Console.WriteLine(Hello World vb.mono) end sub end module I'm compilingthe program