try f.show_dialog On Sun, Feb 8, 2009 at 1:54 PM, Meinrad Recheis <[email protected]>wrote:
> IronRuby 1.0.0.0 on .NET 2.0.50727.1433 > Copyright (c) Microsoft Corporation. All rights reserved. > > >>> require "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, > PublicKeyTo > ken=b77a5c561934e089" > => true > >>> Form = System::Windows::Forms::Form > => System::Windows::Forms::Form > >>> f=Form.new > => #<System::Windows::Forms::Form:0x000005c> > >>> f.Show() > :0: wrong number of arguments (2 for 3) (ArgumentError) > > >>> f.method( :Show).arity > => 0 > >>> > > This is the latest daily DLR build on codeplex from 2009 Feb 1 at > 9:36 PM. I read, that with older versions winforms interop has already been > working. > > > -- henon > > > > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > > -- Michael Letterle IronRuby MVP http://blog.prokrams.com
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
