Click here to Skip to main content
15,881,413 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help in closing main application from child window Pin
StarMeteor5-Jan-06 16:46
StarMeteor5-Jan-06 16:46 
GeneralRe: Help in closing main application from child window Pin
pavanbabut5-Jan-06 16:56
pavanbabut5-Jan-06 16:56 
GeneralRe: Help in closing main application from child window Pin
StarMeteor5-Jan-06 17:54
StarMeteor5-Jan-06 17:54 
GeneralRe: Help in closing main application from child window Pin
pavanbabut5-Jan-06 18:00
pavanbabut5-Jan-06 18:00 
GeneralRe: Help in closing main application from child window Pin
StarMeteor5-Jan-06 22:33
StarMeteor5-Jan-06 22:33 
GeneralRe: Help in closing main application from child window Pin
pavanbabut6-Jan-06 6:06
pavanbabut6-Jan-06 6:06 
GeneralRe: Help in closing main application from child window Pin
StarMeteor8-Jan-06 4:50
StarMeteor8-Jan-06 4:50 
GeneralRe: Help in closing main application from child window Pin
pavanbabut9-Jan-06 8:49
pavanbabut9-Jan-06 8:49 
Hi,
Thanks for ur replies. Today I recognised one thing which is causing me the same error. Actually my program is having 2 threads running parallel (but will be in suspended state when they r not used and resumed when needed) to the main application. My application is terminating well without any errors if I am not starting any of the threads. But when I have started them even once and then try to terminate the application or even if I click on the main application window it is giving me the same error, Access Violation and at the time of debugging the error it is sometimes pointing to

// delegate to object's WindowProc
lResult = pWnd->WindowProc(nMsg, wParam, lParam);

in WINAFX.h. Any idea??Confused | :confused:

-Pavan

-- modified at 16:47 Monday 9th January, 2006
GeneralRe: Help in closing main application from child window Pin
StarMeteor9-Jan-06 21:33
StarMeteor9-Jan-06 21:33 
GeneralRe: Help in closing main application from child window Pin
pavanbabut10-Jan-06 5:31
pavanbabut10-Jan-06 5:31 
QuestionHow to send data Pin
sheshidar5-Jan-06 5:18
sheshidar5-Jan-06 5:18 
AnswerRe: How to send data Pin
Prakash Nadar5-Jan-06 5:42
Prakash Nadar5-Jan-06 5:42 
AnswerRe: How to send data Pin
Cool Ju5-Jan-06 17:54
Cool Ju5-Jan-06 17:54 
AnswerRe: How to send data Pin
ThatsAlok8-Jan-06 23:16
ThatsAlok8-Jan-06 23:16 
QuestionHow to display an Excel Diagram with VC++ Pin
zhangguoliming5-Jan-06 4:00
zhangguoliming5-Jan-06 4:00 
AnswerRe: How to display an Excel Diagram with VC++ Pin
lastgen5-Jan-06 11:32
lastgen5-Jan-06 11:32 
GeneralRe: How to display an Excel Diagram with VC++ Pin
Anilkumar K V5-Jan-06 17:40
Anilkumar K V5-Jan-06 17:40 
AnswerRe: How to display an Excel Diagram with VC++ Pin
zhangguoliming8-Jan-06 21:02
zhangguoliming8-Jan-06 21:02 
QuestionHowto change the View of an SDI app ? (MFC) Pin
cromag5-Jan-06 3:46
cromag5-Jan-06 3:46 
AnswerRe: Howto change the View of an SDI app ? (MFC) Pin
David Crow5-Jan-06 4:10
David Crow5-Jan-06 4:10 
GeneralRe: Howto change the View of an SDI app ? (MFC) Pin
cromag5-Jan-06 5:00
cromag5-Jan-06 5:00 
GeneralRe: Howto change the View of an SDI app ? (MFC) Pin
David Crow5-Jan-06 6:55
David Crow5-Jan-06 6:55 
GeneralRe: Howto change the View of an SDI app ? (MFC) Pin
cromag5-Jan-06 7:16
cromag5-Jan-06 7:16 
QuestionTapi Application Please Help..... Pin
Jeeva Mary Varghese5-Jan-06 3:10
Jeeva Mary Varghese5-Jan-06 3:10 
AnswerRe: Tapi Application Please Help..... Pin
Blake Miller5-Jan-06 6:30
Blake Miller5-Jan-06 6:30 

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.