Click here to Skip to main content
15,888,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Progress Window, where to attach Pin
David Crow14-Oct-11 10:06
David Crow14-Oct-11 10:06 
AnswerRe: Progress Window, where to attach Pin
jkirkerx14-Oct-11 10:38
professionaljkirkerx14-Oct-11 10:38 
GeneralRe: Progress Window, where to attach Pin
Richard MacCutchan14-Oct-11 23:02
mveRichard MacCutchan14-Oct-11 23:02 
GeneralRe: Progress Window, where to attach Pin
jkirkerx15-Oct-11 7:02
professionaljkirkerx15-Oct-11 7:02 
GeneralRe: Progress Window, where to attach Pin
Richard MacCutchan15-Oct-11 7:09
mveRichard MacCutchan15-Oct-11 7:09 
GeneralRe: Progress Window, where to attach Pin
jkirkerx15-Oct-11 8:13
professionaljkirkerx15-Oct-11 8:13 
GeneralRe: Progress Window, where to attach Pin
Richard MacCutchan15-Oct-11 21:24
mveRichard MacCutchan15-Oct-11 21:24 
GeneralRe: Progress Window, where to attach Pin
jkirkerx16-Oct-11 6:53
professionaljkirkerx16-Oct-11 6:53 
I ended up adding this to the WndProc, Looks like it paints the background on STATIC.

Yesterday was a big day, I learned how to create controls, and handle them during the wizard process, in which the window updates with progress status text and the progress bar.

Today I will try to figure out how to paint the progress bar to the default theme.

C#
case WM_CTLCOLORSTATIC:
            SetBkMode(hdcStatic, TRANSPARENT);
            return (LONG)hbrBackground_White;
            break;

GeneralRe: Progress Window, where to attach Pin
Richard MacCutchan16-Oct-11 7:16
mveRichard MacCutchan16-Oct-11 7:16 
QuestionGetting IP Address from IP Control Pin
pandit8414-Oct-11 2:42
pandit8414-Oct-11 2:42 
AnswerRe: Getting IP Address from IP Control Pin
«_Superman_»14-Oct-11 3:12
professional«_Superman_»14-Oct-11 3:12 
GeneralRe: Getting IP Address from IP Control Pin
pandit8414-Oct-11 3:15
pandit8414-Oct-11 3:15 
AnswerRe: htonl() converts Pin
Software_Developer14-Oct-11 4:48
Software_Developer14-Oct-11 4:48 
QuestionSuggest a third party library for MFC applications Pin
rahul.kulshreshtha13-Oct-11 22:39
rahul.kulshreshtha13-Oct-11 22:39 
AnswerRe: Suggest a third party library for MFC applications Pin
_AnsHUMAN_ 13-Oct-11 23:45
_AnsHUMAN_ 13-Oct-11 23:45 
GeneralRe: Suggest a third party library for MFC applications Pin
App_14-Oct-11 0:42
App_14-Oct-11 0:42 
GeneralRe: Suggest a third party library for MFC applications Pin
rahul.kulshreshtha14-Oct-11 7:17
rahul.kulshreshtha14-Oct-11 7:17 
GeneralRe: Suggest a third party library for MFC applications Pin
rahul.kulshreshtha14-Oct-11 7:14
rahul.kulshreshtha14-Oct-11 7:14 
GeneralRe: Suggest a third party library for MFC applications Pin
_AnsHUMAN_ 16-Oct-11 18:51
_AnsHUMAN_ 16-Oct-11 18:51 
AnswerRe: Suggest a third party library for MFC applications Pin
Maximilien14-Oct-11 1:05
Maximilien14-Oct-11 1:05 
GeneralRe: Suggest a third party library for MFC applications Pin
Stefan_Lang14-Oct-11 6:25
Stefan_Lang14-Oct-11 6:25 
GeneralRe: Suggest a third party library for MFC applications Pin
rahul.kulshreshtha14-Oct-11 7:20
rahul.kulshreshtha14-Oct-11 7:20 
AnswerRe: third party ui controls for MFC Pin
Software_Developer14-Oct-11 1:44
Software_Developer14-Oct-11 1:44 
GeneralRe: third party ui controls for MFC Pin
rahul.kulshreshtha14-Oct-11 7:09
rahul.kulshreshtha14-Oct-11 7:09 
AnswerRe: Suggest a third party library for MFC applications Pin
Rolf Kristensen14-Oct-11 9:54
Rolf Kristensen14-Oct-11 9:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.