Click here to Skip to main content
15,916,421 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Always on top Pin
Graham Breach31-Mar-10 7:28
Graham Breach31-Mar-10 7:28 
AnswerRe: Always on top Pin
Richard MacCutchan31-Mar-10 7:33
mveRichard MacCutchan31-Mar-10 7:33 
QuestionCListCtrl won't update as expected Pin
Vaclav_31-Mar-10 5:56
Vaclav_31-Mar-10 5:56 
AnswerRe: CListCtrl won't update as expected Pin
Code-o-mat31-Mar-10 6:14
Code-o-mat31-Mar-10 6:14 
GeneralRe: CListCtrl won't update as expected Pin
Vaclav_31-Mar-10 6:39
Vaclav_31-Mar-10 6:39 
GeneralRe: CListCtrl won't update as expected Pin
Maximilien31-Mar-10 6:54
Maximilien31-Mar-10 6:54 
GeneralRe: CListCtrl won't update as expected Pin
David Crow31-Mar-10 7:56
David Crow31-Mar-10 7:56 
GeneralRe: CListCtrl won't update as expected Pin
Code-o-mat31-Mar-10 10:31
Code-o-mat31-Mar-10 10:31 
GeneralRe: CListCtrl won't update as expected Pin
Vaclav_31-Mar-10 14:05
Vaclav_31-Mar-10 14:05 
AnswerRe: CListCtrl won't update as expected Pin
Maximilien31-Mar-10 6:45
Maximilien31-Mar-10 6:45 
GeneralRe: CListCtrl won't update as expected Pin
Vaclav_31-Mar-10 7:13
Vaclav_31-Mar-10 7:13 
AnswerRe: CListCtrl won't update as expected Pin
krmed31-Mar-10 7:05
krmed31-Mar-10 7:05 
GeneralRe: CListCtrl won't update as expected SOLVED with a hack Pin
Vaclav_31-Mar-10 7:30
Vaclav_31-Mar-10 7:30 
GeneralRe: CListCtrl won't update as expected SOLVED with a hack Pin
Maximilien31-Mar-10 7:34
Maximilien31-Mar-10 7:34 
GeneralRe: CListCtrl won't update as expected SOLVED with a hack Pin
Vaclav_31-Mar-10 7:44
Vaclav_31-Mar-10 7:44 
AnswerRe: CListCtrl won't update as expected Pin
David Crow31-Mar-10 7:58
David Crow31-Mar-10 7:58 
GeneralRe: CListCtrl won't update as expected Pin
Vaclav_31-Mar-10 8:17
Vaclav_31-Mar-10 8:17 
GeneralRe: CListCtrl won't update as expected Pin
David Crow31-Mar-10 8:24
David Crow31-Mar-10 8:24 
Vaclav_Sal wrote:
I really do not want to get tangled in another controversy here.


What is controversial about creating a secondary thread?

Vaclav_Sal wrote:
Is OS really "too busy"?


Since WM_PAINT messages are very low priority, all else is going to take precedence over them.

Vaclav_Sal wrote:
...and the OS is too busy painting?


No, if the OS was busy painting, you'd see the list control being painted along with the numbers being counted. In other words, the three loops are tying the CPU up and no WM_PAINT messages are being processed.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Man who follows car will be exhausted." - Confucius


GeneralRe: CListCtrl won't update as expected Pin
Vaclav_31-Mar-10 8:51
Vaclav_31-Mar-10 8:51 
QuestionProblem in c atof Pin
RakeshManohar31-Mar-10 4:12
RakeshManohar31-Mar-10 4:12 
AnswerRe: Problem in c atof Pin
Maximilien31-Mar-10 4:20
Maximilien31-Mar-10 4:20 
AnswerRe: Problem in c atof Pin
Cedric Moonen31-Mar-10 4:28
Cedric Moonen31-Mar-10 4:28 
QuestionRe: Problem in c atof Pin
David Crow31-Mar-10 4:48
David Crow31-Mar-10 4:48 
QuestionSerial Port configuration Pin
rick742331-Mar-10 3:59
rick742331-Mar-10 3:59 
AnswerRe: Serial Port configuration Pin
Jonathan Davies31-Mar-10 4:14
Jonathan Davies31-Mar-10 4: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.