[IronPython] fade-in window on ASPN

Keith J. Farmer kfarmer at thuban.org
Wed Aug 24 11:35:49 CEST 2005


Stumbled across this example, from last year:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/303062

To make it work with the current version, add the following to the
beginning of the file:

import sys

sys.LoadAssemblyByName('System.Windows.Forms')

sys.LoadAssemblyByName('System.Drawing')

-----

Keith J. Farmer
kfarmer at thuban.org

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050824/56163c26/attachment.html>


More information about the Ironpython-users mailing list