[IronPython] modal dialog example

2006-07-06 Thread jeff sacksteder
I'm have trouble mentally translating the Vb and C# examples I found online. Could someone finish this trivial example of calling a modal dialog and returning the choice that was selected?import clrclr.AddReference ('System.Windows.Forms')from System.Windows import Formsclass

Re: [IronPython] modal dialog example

2006-07-06 Thread Martin Maly
] modal dialog example I'm have trouble mentally translating the Vb and C# examples I found online. Could someone finish this trivial example of calling a modal dialog and returning the choice that was selected? import clr clr.AddReference ('System.Windows.Forms') from System.Windows import Forms