Message: 1
Date: Thu, 30 Sep 2010 12:09:16 -0400
From: [email protected]
To: "zz Python Win32 Newsgroup" <[email protected]>
Subject: [python-win32] Simple Windows progressbar dialog (like
       messagebox)     via Win32 API?
Message-ID: <[email protected]>
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
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to