Re: [Ironruby-core] Interacting with a WPF/Winforms application

2008-08-16 Thread Michael Letterle
FWIW, the easiest way is to rename the exe to dll,(btw, is there a reason we can't require exes?) and then call "Thread.new { Program.main args }" :) On Fri, Aug 15, 2008 at 3:01 AM, Ivan Porto Carrero <[EMAIL PROTECTED]>wrote: > Hi > > Is there a simple way to interact with the GUI of a WPF/Winf

Re: [Ironruby-core] Interacting with a WPF/Winforms application

2008-08-15 Thread Curt Hagenlocher
line – but it wouldn’t be too hard to add something similar to IronRuby. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Porto Carrero Sent: Friday, August 15, 2008 12:01 AM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Interacting with a WPF/Winforms application

[Ironruby-core] Interacting with a WPF/Winforms application

2008-08-15 Thread Ivan Porto Carrero
Hi Is there a simple way to interact with the GUI of a WPF/Winforms application? I'll clarify a little what I would like to achieve: when you start a console session with an environment loaded you could potentially type the following lines in there >> require 'config/boot' >> start_wpf_applicati