Click here to Skip to main content
15,905,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to add buttons in toolbar and remove it dynamiclay Pin
Rage2-Apr-06 22:17
professionalRage2-Apr-06 22:17 
QuestionTreeCtrl tooltip Pin
Nishad S2-Apr-06 21:29
Nishad S2-Apr-06 21:29 
AnswerRe: TreeCtrl tooltip Pin
Nibu babu thomas2-Apr-06 22:30
Nibu babu thomas2-Apr-06 22:30 
QuestionWindows does not redraw Pin
Abris2-Apr-06 21:01
Abris2-Apr-06 21:01 
AnswerRe: Windows does not redraw Pin
Nibu babu thomas2-Apr-06 21:10
Nibu babu thomas2-Apr-06 21:10 
AnswerRe: Windows does not redraw Pin
Anilkumar K V2-Apr-06 21:52
Anilkumar K V2-Apr-06 21:52 
AnswerRe: Windows does not redraw Pin
Laxman Auti2-Apr-06 22:14
Laxman Auti2-Apr-06 22:14 
GeneralRe: Windows does not redraw Pin
Abris3-Apr-06 0:35
Abris3-Apr-06 0:35 
Hmmm, seems like threads is the solution then?
Tried the Timer thing, but it did not work at all.
Added the following code to the OnTimerEvent in my main dlg.

this->Invalidate();
this->UpdateWindow();
this->RedrawWindow();
m_TheFileDownLoadProgress.RedrawWindow();
m_TheDownLoadProgress.RedrawWindow();

When inside the Filedownload function and the dlg looses
focus this code does not help however, it still does not update
the Progress bar. Only thing that it gave me was an very annoying
blinking window from all the updates Frown | :(

Threads I have so far never tried, seems like a complicated
solution? I'll take a look, but I would have guessed there was
some simpler way to do it....
GeneralRe: Windows does not redraw Pin
David Crow3-Apr-06 2:36
David Crow3-Apr-06 2:36 
QuestionPrinting & Print in Progress dialog Pin
Sarvan AL2-Apr-06 20:18
Sarvan AL2-Apr-06 20:18 
AnswerRe: Printing & Print in Progress dialog Pin
Waldermort2-Apr-06 20:32
Waldermort2-Apr-06 20:32 
QuestionMDI and ResizeParentToFit() Pin
Sarvan AL2-Apr-06 20:16
Sarvan AL2-Apr-06 20:16 
AnswerRe: MDI and ResizeParentToFit() Pin
Sarvan AL3-Apr-06 23:20
Sarvan AL3-Apr-06 23:20 
QuestionCMetaFileDC Pin
yang__lee2-Apr-06 19:25
yang__lee2-Apr-06 19:25 
AnswerRe: CMetaFileDC Pin
Nibu babu thomas2-Apr-06 19:58
Nibu babu thomas2-Apr-06 19:58 
QuestionBrowser Pin
Tran Ngoc Minh2-Apr-06 18:32
Tran Ngoc Minh2-Apr-06 18:32 
AnswerRe: Browser Pin
Hamid_RT2-Apr-06 18:46
Hamid_RT2-Apr-06 18:46 
AnswerRe: Browser Pin
Laxman Auti2-Apr-06 20:28
Laxman Auti2-Apr-06 20:28 
AnswerRe: Browser Pin
Naveen2-Apr-06 20:32
Naveen2-Apr-06 20:32 
AnswerRe: Browser Pin
Waldermort2-Apr-06 22:29
Waldermort2-Apr-06 22:29 
Questionabout menu Pin
FlyWithYou2-Apr-06 18:12
FlyWithYou2-Apr-06 18:12 
AnswerRe: about menu Pin
Ganesh_T2-Apr-06 18:24
Ganesh_T2-Apr-06 18:24 
AnswerRe: about menu Pin
thatsme_cool2-Apr-06 18:49
thatsme_cool2-Apr-06 18:49 
GeneralRe: about menu Pin
FlyWithYou2-Apr-06 19:02
FlyWithYou2-Apr-06 19:02 
AnswerRe: about menu Pin
thatsme_cool2-Apr-06 19:14
thatsme_cool2-Apr-06 19:14 

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.