News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

[Advice] Progress Bars

Started by Twister, March 22, 2011, 03:35:05 AM

Previous topic - Next topic

Twister

When you use a progress bar, you should create a thread to interact with the progress bar instead of doing it in your message pump, i.e WndProc function. It will make your application unresponsive, and it will make it frustrating for the end-user.

hutch--

Just give it a blast in the main thread, it works by setting the range then at intervals changing the current setting within that range.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php