flat assembler
Message board for the users of flat assembler.
Index
> Windows > [solved] how do you "redraw" a DialogBoxParam wind |
Author |
|
AsmGuru62 31 Jul 2013, 14:18
You need to perform the installation itself on a different thread.
That other thread must PostMessage() information about the percentage of task to the main thread (your dialog). In response to that message the progress bar is set to the value posted with the message. Also, with multithreaded approach -- user will be able to 'Cancel' the process. |
|||
31 Jul 2013, 14:18 |
|
Picnic 31 Jul 2013, 22:29
machinecoder wrote: I used DialogBoxParam to create the window instead of "CreateWindowEX" becuase I have been able to get a bitmap on the window with ease. hi machinecoder, see here http://board.flatassembler.net/topic.php?t=14567 |
|||
31 Jul 2013, 22:29 |
|
machinecoder 01 Aug 2013, 03:42
Remaining Problems:
1. No Icon ? ( dialog MAINDIALOG,'Setup - ',0,0,320,200,WS_CAPTION+WS_VISIBLE+WS_SYSMENU+WS_MINIMIZEBOX+DS_CENTER ) |
|||
01 Aug 2013, 03:42 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.