[IronPython] Using ipy to "control" a form

Greg Akins angrygreg at gmail.com
Thu Apr 10 03:51:43 CEST 2008


I'm new to IronPython, so please forgive what may be a stupid question

As I initially investigate IronPython, I assumed it would be possible
to control a form from ipy

So  I try something like

form = Form1()
form.Show() <- results in an error related to accessing an object
after it's been destroyed

or

form = Form1()
Application.Run(form)

Which results in the commandline waiting for Application.Run to return.

Is what I'm trying possible?  Can anyone to point me towards any examples?

-- 
Greg Akins
Software Development Manager
SSI Services

http://kc.vanadium.com
http://www.pghcodingdojo.org
http://www.insomnia-consulting.org/monologue



More information about the Ironpython-users mailing list