[IronPython] Making A Windows Form App

Keith J. Farmer kfarmer at thuban.org
Wed Jul 6 22:35:57 CEST 2005


Out of curiosity, would it be possible to get IronPython to make a best-guess attempt at automatically loading an appropriate assembly, if it discovers that it doesn't know the namespace?
 
This could alleviate the problems people have with remembering sys.LoadAssemblyByName.

________________________________

From: users-ironpython.com-bounces at lists.ironpython.com on behalf of Martin Maly
Sent: Wed 7/6/2005 1:13 PM


import sys
sys.LoadAssemblyByName("System.Drawing")
sys.LoadAssemblyByName("System.Windows.Forms")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 3655 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050706/33df6d2f/attachment.bin>


More information about the Ironpython-users mailing list