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
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to