Click here to Skip to main content
15,918,041 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDebug Assertion error Pin
Anu_Bala26-Jul-07 18:21
Anu_Bala26-Jul-07 18:21 
AnswerRe: Debug Assertion error Pin
Roger Broomfield26-Jul-07 20:15
Roger Broomfield26-Jul-07 20:15 
GeneralRe: Debug Assertion error Pin
Anu_Bala26-Jul-07 21:10
Anu_Bala26-Jul-07 21:10 
GeneralRe: Debug Assertion error Pin
Roger Broomfield26-Jul-07 22:19
Roger Broomfield26-Jul-07 22:19 
GeneralRe: Debug Assertion error Pin
Anu_Bala26-Jul-07 23:10
Anu_Bala26-Jul-07 23:10 
QuestionRe: Debug Assertion error Pin
Anu_Bala26-Jul-07 23:18
Anu_Bala26-Jul-07 23:18 
AnswerRe: Debug Assertion error Pin
Roger Broomfield26-Jul-07 23:35
Roger Broomfield26-Jul-07 23:35 
GeneralRe: Debug Assertion error Pin
Anu_Bala27-Jul-07 0:22
Anu_Bala27-Jul-07 0:22 
the output windows shows like this..but no repsonse when i click close or minimize button.
SENDING command id 0x8032 to CMainFrame target.
GUS: PumpMessage: hwnd=0x9F03C4, msg = WM_TIMER (0x0000, 0x00000000)
GUS: WndProc: hwnd=0x9F03C4, msg = WM_TIMER (0x0000, 0x00000000)
GUS: PumpMessage: hwnd=0x7F0376, msg = 0x0373 (0x0000, 0x00000000)
GUS: WndProc: hwnd=0x7F0376, msg = 0x0373 (0x0000, 0x00000000)
GUS: WndProc: hwnd=0x9F03C4, msg = WM_IDLEUPDATECMDUI (0x0001, 0x00000000)
GUS: WndProc: hwnd=0x3C02C4, msg = WM_IDLEUPDATECMDUI (0x0001, 0x00000000)
GUS: WndProc: hwnd=0x35038C, msg = WM_IDLEUPDATECMDUI (0x0001, 0x00000000)
GUS: WndProc: hwnd=0x3C02C4, msg = WM_IDLEUPDATECMDUI (0x0001, 0x00000000)
....Like this only.
Actually we using this application without any frame i.e., we use without any close buttons and minimize and maximize button.
For that we change the code precreatewindow in both mainframe and childframe.
But now we need all windows with these buttons.So i commented the cs Style in precreatewindow in both frames.So i get the buttons but it does not work. Particularly if it is restore position,i can mimimize it. But when i maximize it, i cannot do anything.When i click in that button no clicking action takes place.it just sit as it is.I have OnClose() in CMainframe().But when i close the button it does not move to Onclose() function.

Anu

GeneralRe: Debug Assertion error Pin
Roger Broomfield27-Jul-07 0:57
Roger Broomfield27-Jul-07 0:57 
GeneralRe: Debug Assertion error Pin
Anu_Bala27-Jul-07 1:34
Anu_Bala27-Jul-07 1:34 
GeneralRe: Debug Assertion error Pin
Roger Broomfield27-Jul-07 2:10
Roger Broomfield27-Jul-07 2:10 
QuestionProgrammatically show group properties dialog Pin
mbooth951726-Jul-07 17:13
mbooth951726-Jul-07 17:13 
AnswerRe: Programmatically show group properties dialog Pin
Mark Salsbery26-Jul-07 17:46
Mark Salsbery26-Jul-07 17:46 
GeneralRe: Programmatically show group properties dialog Pin
mbooth951726-Jul-07 20:04
mbooth951726-Jul-07 20:04 
QuestionNEED HELP with multithreading!!!!!!!!!!!!!! Pin
alberthyc26-Jul-07 14:29
alberthyc26-Jul-07 14:29 
AnswerRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
Mark Salsbery26-Jul-07 14:33
Mark Salsbery26-Jul-07 14:33 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
alberthyc26-Jul-07 17:15
alberthyc26-Jul-07 17:15 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
Mark Salsbery26-Jul-07 17:25
Mark Salsbery26-Jul-07 17:25 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
alberthyc27-Jul-07 5:32
alberthyc27-Jul-07 5:32 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
Mark Salsbery27-Jul-07 5:40
Mark Salsbery27-Jul-07 5:40 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
alberthyc27-Jul-07 6:05
alberthyc27-Jul-07 6:05 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
Mark Salsbery27-Jul-07 6:42
Mark Salsbery27-Jul-07 6:42 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! [modified] Pin
alberthyc27-Jul-07 10:27
alberthyc27-Jul-07 10:27 
GeneralRe: NEED HELP with multithreading!!!!!!!!!!!!!! Pin
Mark Salsbery27-Jul-07 12:12
Mark Salsbery27-Jul-07 12:12 
QuestionCritical Section for one thread Pin
Force Code26-Jul-07 12:25
Force Code26-Jul-07 12:25 

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.