Click here to Skip to main content
15,898,999 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsubclassing the MFC way Pin
Todd Smith14-Dec-04 8:36
Todd Smith14-Dec-04 8:36 
GeneralRunning a local file Pin
Andre Massada14-Dec-04 8:15
Andre Massada14-Dec-04 8:15 
GeneralRe: Running a local file Pin
David Crow14-Dec-04 8:37
David Crow14-Dec-04 8:37 
GeneralCSplitterWnd::GetRowInfo and GetColumnInfo returning wrong height and width Pin
Nirav Thakkar14-Dec-04 7:51
Nirav Thakkar14-Dec-04 7:51 
GeneralActiveX Pin
Anthony988714-Dec-04 7:05
Anthony988714-Dec-04 7:05 
GeneralDialog issues Pin
act_x14-Dec-04 5:58
act_x14-Dec-04 5:58 
GeneralRe: Dialog issues Pin
toxcct14-Dec-04 6:28
toxcct14-Dec-04 6:28 
GeneralWindows XP - Not Responding Pin
Doug Knudson14-Dec-04 5:53
Doug Knudson14-Dec-04 5:53 
Hi,

I have a problem with a VC++ (6.0) dialog based application running under Windows XP. From a modal dialog, the user initiates some long-running activity, in a loop, that can take as much as 10 - 15 minutes to complete.

If during the processing, the user covers the modal dialog with another window, even for a second or two, and then re-exposes it and clicks in the dialog, on Windows XP, "Not Responding" is displayed in the window title bar, causing the user to believe the app has died... but of course it hasn't.

This behavior does not seem to occur under Windows 2000 or NT.

There are a whole host of reasons why it would not be a good idea, in this particular situation, to start a new thread to do the processing, freeing up the dialog to respond to whatever messages XP is sending to determine if it is alive.... so.... Short of a separate thread... any ideas would be really, really appreaciated Smile | :)

Thanks,
Doug


Doug Knudson
GeneralRe: Windows XP - Not Responding Pin
Chris Meech14-Dec-04 6:27
Chris Meech14-Dec-04 6:27 
GeneralRe: Windows XP - Not Responding Pin
Ravi Bhavnani14-Dec-04 7:46
professionalRavi Bhavnani14-Dec-04 7:46 
GeneralRe: Windows XP - Not Responding Pin
David Crow14-Dec-04 9:48
David Crow14-Dec-04 9:48 
GeneralRe: Windows XP - Not Responding Pin
Jim Howard14-Dec-04 11:39
Jim Howard14-Dec-04 11:39 
GeneralRe: Windows XP - Not Responding Pin
Shog914-Dec-04 11:51
sitebuilderShog914-Dec-04 11:51 
GeneralRe: Windows XP - Not Responding Pin
Blake Miller15-Dec-04 4:18
Blake Miller15-Dec-04 4:18 
GeneralRe: Windows XP - Not Responding Pin
Shog915-Dec-04 4:43
sitebuilderShog915-Dec-04 4:43 
GeneralRe: Windows XP - Not Responding Pin
Doug Knudson15-Dec-04 2:18
Doug Knudson15-Dec-04 2:18 
GeneralOutput Printing Pin
BRIMID14-Dec-04 5:12
BRIMID14-Dec-04 5:12 
GeneralRe: Output Printing Pin
David Crow14-Dec-04 5:19
David Crow14-Dec-04 5:19 
GeneralRe: Output Printing Pin
BlackDice14-Dec-04 5:22
BlackDice14-Dec-04 5:22 
GeneralRe: Output Printing Pin
toxcct14-Dec-04 5:31
toxcct14-Dec-04 5:31 
GeneralDead Code Detection Pin
Aaron Schaefer14-Dec-04 4:46
Aaron Schaefer14-Dec-04 4:46 
GeneralRe: Dead Code Detection Pin
David Crow14-Dec-04 5:15
David Crow14-Dec-04 5:15 
GeneralRe: Dead Code Detection Pin
Blake Miller15-Dec-04 4:23
Blake Miller15-Dec-04 4:23 
GeneralSocket Events Question Pin
jerry1211a14-Dec-04 4:37
jerry1211a14-Dec-04 4:37 
GeneralRe: Socket Events Question Pin
Iain Clarke, Warrior Programmer14-Dec-04 5:53
Iain Clarke, Warrior Programmer14-Dec-04 5:53 

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.