RE: [IronPython] Making A Windows Form App

2005-07-14 Thread Keith J. Farmer
As I recall, MyXaml has successfully been used with IronPython, and work has been done on a MyXaml designer, though I don't know how it goes about its business. From: [EMAIL PROTECTED] on behalf of Richard Hsu Sent: Tue 7/12/2005 1:26 PM To: users-ironpython.com

RE: [IronPython] Making A Windows Form App

2005-07-14 Thread Richard Hsu
Hi Freddie, Actually you can write the script in a .py file and have IronPythonConsole run it for you. You can code the script in any text editor [or code editor] you want and save it as .py [actually its not mandatory to save as .py any extension will do] then, in the command line, type in

[IronPython] mono and word automation

2005-07-14 Thread kbond
Hello, I facing some difficulties that remember me java in worth. :-) The good thing with the jvm is that you right it once and you can use you program everywhere, this is amazing but the obscure side of this force is that this is true only if you are using the same level of the JVM. I am started