RE: [IronPython] IronPython/Gtk#/TreeView ??

2005-04-07 Thread Scott Hatfield
# Here’s a trivial example   import sys sys.LoadAssemblyByName("System.Drawing") sys.LoadAssemblyByName("System.Windows.Forms")   from System.Windows.Forms import * from System.Drawing import *   f = Form(Text="Trivial TreeView Example") f.FormBorderStyle = FormBorderStyle.FixedD

RE: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Scott Hatfield
That's great! Now can you have it run without a console? Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sriram Krishnan Sent: Wednesday, April 06, 2005 1:02 PM To: 'Discussion of IronPython' Subject: RE: [IronPython] Converting an script to exe or