The MASM Forum

General => The Laboratory => Topic started by: PushPop on December 16, 2017, 03:13:06 AM

Title: DrawProgress
Post by: PushPop on December 16, 2017, 03:13:06 AM
Hi guys
This is an experiment for DrawProgress.
I modified the source to refresh the text to the right of the control.
Furthermore, it is possible to set the possibility of sending a Dword pointer directly via RadAsm, print the 2-digit number.
To set directly from RadAsm you need to copy DrawProgress.dll to the RadAsm directory and add it to DrawProgress.dl in RadAsm.ini [CustCtrl] xx = DrawProgress.dll, 1
Give me your opinion
Greetings
Title: Re: DrawProgress
Post by: fearless on December 16, 2017, 06:13:54 AM
Congrats, looks nice.

Could add some more documentation to help users use it, something like:

"To add the DrawProgress control to your project, open an existing dialog (or create a new dialog) in RadASM and click the little progress bar icon in the toolbox (once the steps to install DrawProgress.dll have been done and RadASM has been restarted), then click on your dialog to 'draw' the new progress control to the size you require. Adjust any settings as required in the properties window."
Title: Re: DrawProgress
Post by: Mikl__ on December 17, 2017, 07:34:09 PM
Hi, PushPop!
Win64 Tutorial #18: few kinds of Progress bar (http://masm32.com/board/index.php?topic=4190.msg45785#msg45785)
Demo of a progress bar in a window (http://masm32.com/board/index.php?topic=6049.msg64081#msg64081)


(http://masm32.com/board/index.php?action=dlattach;topic=6049.0;attach=6284;image)