Click here to Skip to main content
15,920,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: deprecated functions Pin
PJ Arends13-Feb-07 12:54
professionalPJ Arends13-Feb-07 12:54 
GeneralRe: deprecated functions Pin
Waldermort13-Feb-07 13:11
Waldermort13-Feb-07 13:11 
QuestionGetting text under the cursor Pin
RandyS13-Feb-07 12:00
RandyS13-Feb-07 12:00 
AnswerRe: Getting text under the cursor Pin
Christian Graus13-Feb-07 12:13
protectorChristian Graus13-Feb-07 12:13 
GeneralRe: Getting text under the cursor Pin
RandyS14-Feb-07 3:11
RandyS14-Feb-07 3:11 
GeneralRe: Getting text under the cursor Pin
Mark Salsbery14-Feb-07 6:43
Mark Salsbery14-Feb-07 6:43 
GeneralRe: Getting text under the cursor Pin
Christian Graus14-Feb-07 9:27
protectorChristian Graus14-Feb-07 9:27 
QuestionDisableProcessWindowsGhosting in C++? Pin
Debs*13-Feb-07 11:40
Debs*13-Feb-07 11:40 
My program gives me a problem in XP and XP alone. The main program runs fine, but when I open a form that then runs another thread and some other tasks if the user clicks on the dialog while the tasks are being processed the form won't close after the tasks are complete (as it should). The tasks are all completed correctly except the form won't close. I also get a "Not responding message" in the dialog top bar when the user is clicking on the form. Frown | :( I throught maybe i needed to run the DisableProcessWindowsGhosting() function at the beginning of my program, however my program does'nt not seem to recognize that function. I have inclued "winuser.h" as a header. Any thoughts on this, either how to get the DisableProcessWindowsGhosting() to work, or another possible solution.

Note: I have also tried the PeekMessage function but this did not work.
Cheers* Any help would be greatful Smile | :) .

Debs*


QuestionSleep() issues Pin
pblais13-Feb-07 10:17
pblais13-Feb-07 10:17 
AnswerRe: Sleep() issues Pin
Christian Graus13-Feb-07 10:36
protectorChristian Graus13-Feb-07 10:36 
AnswerRe: Sleep() issues Pin
Ravi Bhavnani13-Feb-07 10:42
professionalRavi Bhavnani13-Feb-07 10:42 
AnswerRe: Sleep() issues Pin
Mark Salsbery13-Feb-07 10:48
Mark Salsbery13-Feb-07 10:48 
GeneralRe: Sleep() issues Pin
pblais14-Feb-07 3:00
pblais14-Feb-07 3:00 
GeneralRe: Sleep() issues Pin
Mark Salsbery14-Feb-07 6:05
Mark Salsbery14-Feb-07 6:05 
GeneralRe: Sleep() issues Pin
pblais15-Feb-07 2:37
pblais15-Feb-07 2:37 
AnswerRe: Sleep() issues Pin
Stephen Hewitt13-Feb-07 10:58
Stephen Hewitt13-Feb-07 10:58 
AnswerRe: Sleep() issues Pin
led mike13-Feb-07 11:19
led mike13-Feb-07 11:19 
GeneralRe: Sleep() issues Pin
Mark Salsbery13-Feb-07 11:27
Mark Salsbery13-Feb-07 11:27 
GeneralRe: Sleep() issues Pin
pblais14-Feb-07 3:01
pblais14-Feb-07 3:01 
GeneralRe: Sleep() issues Pin
led mike14-Feb-07 4:13
led mike14-Feb-07 4:13 
GeneralRe: Sleep() issues Pin
Mark Salsbery14-Feb-07 6:06
Mark Salsbery14-Feb-07 6:06 
GeneralRe: Sleep() issues Pin
led mike14-Feb-07 6:49
led mike14-Feb-07 6:49 
GeneralRe: Sleep() issues Pin
Mark Salsbery14-Feb-07 7:03
Mark Salsbery14-Feb-07 7:03 
AnswerRe: Sleep() issues Pin
Michael Dunn13-Feb-07 14:31
sitebuilderMichael Dunn13-Feb-07 14:31 
QuestionQuestion about VC++ resource files Pin
KellyR13-Feb-07 10:01
KellyR13-Feb-07 10:01 

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.