Message: 1 Date: Thu, 30 Sep 2010 12:09:16 -0400 From: pyt...@bdurham.com To: "zz Python Win32 Newsgroup" <python-win32@python.org> Subject: [python-win32] Simple Windows progressbar dialog (like messagebox) via Win32 API? Message-ID: <1285862956.22785.1397713...@webmail.messagingengine.com> Content-Type: text/plain; charset="us-ascii"
>>I know there is a simple interface to the Windows messagebox >>interface. Try Easy Dialogs http://www.averdevelopment.com/python/EasyDialogs.html It have a progress bar. Easy Dialogs just wraps the native OS calls, and makes them sensible & cross platform. Using a progress bar is only a few lines of code. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32