# 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
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