Tim,

> If you look in site-packages\pythonwin\pywin\Demos, you'll find 
> "progressbar.py". This is a Python wrapper around the MFC CProgressCtrl 
> class. You might be able to adapt that to do what you need, although I'm not 
> sure MFC is any lighter weight than Tkinter.

I'm already using the Python Win32 extensions, so the progressbar.py
example might be a good fit for me.

I tested it from the command line on Windows 7 and was surprised that
the progressbar control looked like it was from Windows 95.

Any suggestions on how to have the progressbar get rendered with Themes
support? Or is this related to the use of manifest files?

Thanks for your help,

Malcolm
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to