Click to See Complete Forum and Search --> : [RESOLVED] How to Make a Progress Bar with SDK


AskProf
November 14th, 2007, 10:49 PM
I want to add a progress bar in my Win32 SDK windows. Seems there is no a standard progress control in Win32 SDK. Does anyone help on that or any alternatives?

yeohhs
November 14th, 2007, 11:29 PM
Hi,

Here is the SDK reference for Progress Bar.
http://msdn2.microsoft.com/en-us/library/bb760818.aspx

Best Regards,
Yeoh
--

golanshahar
November 15th, 2007, 02:44 PM
Look here (http://www.functionx.com/win32/controls/ProgressBars.htm).

Cheers

AskProf
November 15th, 2007, 07:34 PM
With the sample given by golanshahar, I got the basic understanding. The key is the "InitCommonControlsEx". My problem has been solved.

Also thanks to Yeoh.

golanshahar
November 17th, 2007, 04:12 PM
You are welcome :wave:

Cheers