Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to run my exe continuously in background Pin
James R. Twine6-Mar-07 1:21
James R. Twine6-Mar-07 1:21 
GeneralRe: how to run my exe continuously in background Pin
James_Programmer6-Mar-07 1:37
James_Programmer6-Mar-07 1:37 
QuestionThead Error Pin
Programm3r5-Mar-07 23:18
Programm3r5-Mar-07 23:18 
AnswerRe: Thead Error Pin
Cedric Moonen5-Mar-07 23:24
Cedric Moonen5-Mar-07 23:24 
GeneralRe: Thead Error Pin
Programm3r6-Mar-07 0:15
Programm3r6-Mar-07 0:15 
AnswerRe: Thead Error Pin
David Crow6-Mar-07 3:04
David Crow6-Mar-07 3:04 
QuestionNot Responding Message Pin
James_Programmer5-Mar-07 22:27
James_Programmer5-Mar-07 22:27 
AnswerRe: Not Responding Message Pin
Cedric Moonen5-Mar-07 22:39
Cedric Moonen5-Mar-07 22:39 
If the code is in the main thread, then your application won't be able to respond to GUI events (thus the 'Not Responding' message and the window will stay blank). You need to start your download in a separate thread for that.


Cédric Moonen
Software developer

Charting control [v1.1]

GeneralRe: Not Responding Message Pin
James_Programmer5-Mar-07 22:46
James_Programmer5-Mar-07 22:46 
GeneralRe: Not Responding Message Pin
Cedric Moonen5-Mar-07 22:54
Cedric Moonen5-Mar-07 22:54 
AnswerRe: Not Responding Message Pin
James_Programmer5-Mar-07 23:32
James_Programmer5-Mar-07 23:32 
GeneralRe: Not Responding Message Pin
David Crow6-Mar-07 3:06
David Crow6-Mar-07 3:06 
GeneralRe: Not Responding Message Pin
James_Programmer6-Mar-07 19:06
James_Programmer6-Mar-07 19:06 
GeneralRe: Not Responding Message Pin
David Crow7-Mar-07 2:40
David Crow7-Mar-07 2:40 
GeneralRe: Not Responding Message Pin
James R. Twine6-Mar-07 0:57
James R. Twine6-Mar-07 0:57 
GeneralRe: Not Responding Message Pin
James_Programmer6-Mar-07 1:19
James_Programmer6-Mar-07 1:19 
GeneralRe: Not Responding Message Pin
James R. Twine6-Mar-07 1:27
James R. Twine6-Mar-07 1:27 
GeneralRe: Not Responding Message Pin
James_Programmer6-Mar-07 1:39
James_Programmer6-Mar-07 1:39 
Questionview problem Pin
sheetal_065-Mar-07 22:24
sheetal_065-Mar-07 22:24 
AnswerRe: view problem Pin
Cedric Moonen5-Mar-07 22:30
Cedric Moonen5-Mar-07 22:30 
Questionhow to find the character width? Pin
kotakmayurrMCA5-Mar-07 22:23
kotakmayurrMCA5-Mar-07 22:23 
AnswerRe: how to find the character width? Pin
PJ Arends5-Mar-07 22:38
professionalPJ Arends5-Mar-07 22:38 
QuestionHow to set the caption text in the page of sheet? Pin
dungpapai5-Mar-07 22:22
dungpapai5-Mar-07 22:22 
AnswerRe: How to set the caption text in the page of sheet? Pin
Xing Chen5-Mar-07 22:31
Xing Chen5-Mar-07 22:31 
AnswerRe: How to set the caption text in the page of sheet? Pin
_AnsHUMAN_ 5-Mar-07 22:56
_AnsHUMAN_ 5-Mar-07 22:56 

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.