Click here to Skip to main content
16,004,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows 2000 concerns Pin
benjnp10-Oct-05 17:54
benjnp10-Oct-05 17:54 
QuestionProgramatically detecting a debugger Pin
pinhigh2k10-Oct-05 8:23
pinhigh2k10-Oct-05 8:23 
AnswerRe: Programatically detecting a debugger Pin
pinhigh2k10-Oct-05 9:25
pinhigh2k10-Oct-05 9:25 
GeneralMFC screen updates Pin
dzldan10-Oct-05 7:35
dzldan10-Oct-05 7:35 
GeneralRe: MFC screen updates Pin
David Stone10-Oct-05 7:45
sitebuilderDavid Stone10-Oct-05 7:45 
GeneralRe: MFC screen updates Pin
Anonymous10-Oct-05 8:39
Anonymous10-Oct-05 8:39 
GeneralRe: MFC screen updates Pin
David Stone10-Oct-05 10:04
sitebuilderDavid Stone10-Oct-05 10:04 
GeneralRe: MFC screen updates Pin
John M. Drescher10-Oct-05 8:06
John M. Drescher10-Oct-05 8:06 
The screen will not update because the thread that is doing your calculation is busy and this is the same thread that draws your screen. You can solve this problem in several ways. One way is to do your calculation in a second thread.

A second way is to use PumpMessage as in the following article:
http://www.codeproject.com/threads/TemplatedLengthyOperation.asp[^]

John

-- modified at 14:07 Monday 10th October, 2005
Questionwarning C4018: '>=' : signed/unsigned mismatch Pin
Chintoo72310-Oct-05 7:29
Chintoo72310-Oct-05 7:29 
AnswerRe: warning C4018: '>=' : signed/unsigned mismatch Pin
James R. Twine10-Oct-05 7:40
James R. Twine10-Oct-05 7:40 
GeneralRe: warning C4018: '>=' : signed/unsigned mismatch Pin
Chintoo72310-Oct-05 8:00
Chintoo72310-Oct-05 8:00 
QuestionThumbnail image from CImage Pin
Anonymous10-Oct-05 7:26
Anonymous10-Oct-05 7:26 
AnswerRe: Thumbnail image from CImage Pin
ThatsAlok10-Oct-05 17:55
ThatsAlok10-Oct-05 17:55 
QuestionMSXML, SAXXMLReader, MXXMLWriter, and SAXXMLFilter in c++ Pin
Pedro_10-Oct-05 6:01
Pedro_10-Oct-05 6:01 
QuestionNumber of discs in the system Pin
phracek10-Oct-05 3:42
phracek10-Oct-05 3:42 
AnswerRe: Number of discs in the system Pin
Chris Losinger10-Oct-05 5:34
professionalChris Losinger10-Oct-05 5:34 
GeneralRe: Number of discs in the system Pin
icabod10-Oct-05 5:53
icabod10-Oct-05 5:53 
GeneralRe: Number of discs in the system Pin
Prakash Nadar10-Oct-05 6:34
Prakash Nadar10-Oct-05 6:34 
GeneralRe: Number of discs in the system Pin
Chris Losinger10-Oct-05 6:59
professionalChris Losinger10-Oct-05 6:59 
AnswerRe: Number of discs in the system Pin
David Crow10-Oct-05 7:22
David Crow10-Oct-05 7:22 
AnswerRe: Number of discs in the system Pin
kakan10-Oct-05 20:50
professionalkakan10-Oct-05 20:50 
QuestionDetecting Day Light Saving (DST)? Pin
ArunKumar Yalamarthy10-Oct-05 3:12
ArunKumar Yalamarthy10-Oct-05 3:12 
QuestionRe: Detecting Day Light Saving (DST)? Pin
David Crow10-Oct-05 3:16
David Crow10-Oct-05 3:16 
GeneralOT: bad votes Pin
toxcct10-Oct-05 4:05
toxcct10-Oct-05 4:05 
GeneralRe: OT: bad votes Pin
Prakash Nadar10-Oct-05 5:06
Prakash Nadar10-Oct-05 5:06 

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.