I am using gradient progress bar by Tola. How can I restart the progress bar ? Changing postion to 0 before start didnt worked.
There's a bug in my code which prevents the control's background from being redrawn.
When handling UPM_SETPOS, change the call to RedrawWindow to
This should fix the problem.
When handling UPM_SETPOS, change the call to RedrawWindow to
CALL RedrawWindow,HWnd,0,0,RDW_INTERNALPAINT OR RDW_INVALIDATE OR RDW_ERASE
This should fix the problem.
Who could better answear that question then Tola himself? :grin:
Thanks Tola it works :alright: