Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProper response From WSAEWOULDBLOCK return code From CAsyncSocket::Connect Pin
ForNow11-Jan-12 10:24
ForNow11-Jan-12 10:24 
AnswerRe: Proper response From WSAEWOULDBLOCK return code From CAsyncSocket::Connect Pin
CPallini11-Jan-12 10:45
mveCPallini11-Jan-12 10:45 
GeneralRe: Proper response From WSAEWOULDBLOCK return code From CAsyncSocket::Connect Pin
ForNow11-Jan-12 14:36
ForNow11-Jan-12 14:36 
GeneralRe: Proper response From WSAEWOULDBLOCK return code From CAsyncSocket::Connect Pin
CPallini11-Jan-12 22:08
mveCPallini11-Jan-12 22:08 
GeneralRe: Proper response From WSAEWOULDBLOCK return code From CAsyncSocket::Connect Pin
ForNow12-Jan-12 12:19
ForNow12-Jan-12 12:19 
QuestionWindow does not restore properly. Pin
cpp_prgmer11-Jan-12 5:53
cpp_prgmer11-Jan-12 5:53 
AnswerRe: Window does not restore properly. Pin
jkirkerx13-Jan-12 10:53
professionaljkirkerx13-Jan-12 10:53 
QuestionClosing Program, shutting down c++ win32. Pin
jkirkerx10-Jan-12 10:22
professionaljkirkerx10-Jan-12 10:22 
When I close my program in visual studio 2010 running in debug, I notice that I have to stop debug, to fully close the program. So I've been running my compiled exe's and the same thing happens, in which I have to use task Manager to kill the process. The windows close, but the process is still running.

So perhaps I'm missing something in my WndProc.

I have a WM_DESTROY, but I don't have a WM_CLOSE switch
case WM_DESTROY:
PostQuitMessage(0);


This is my File Exit
C#
case IDM_FILE_EXIT:
PostMessage(hWnd, WM_CLOSE, 0, 0);
break;

AnswerRe: Closing Program, shutting down c++ win32. Pin
Luc Pattyn10-Jan-12 10:24
sitebuilderLuc Pattyn10-Jan-12 10:24 
GeneralRe: Closing Program, shutting down c++ win32. Pin
jkirkerx10-Jan-12 11:27
professionaljkirkerx10-Jan-12 11:27 
GeneralRe: Closing Program, shutting down c++ win32. Pin
Eugen Podsypalnikov11-Jan-12 4:15
Eugen Podsypalnikov11-Jan-12 4:15 
GeneralRe: Closing Program, shutting down c++ win32. Pin
jkirkerx11-Jan-12 6:33
professionaljkirkerx11-Jan-12 6:33 
AnswerRe: Closing Program, shutting down c++ win32. Pin
Mohibur Rashid10-Jan-12 14:11
professionalMohibur Rashid10-Jan-12 14:11 
GeneralRe: Closing Program, shutting down c++ win32. Pin
Richard MacCutchan10-Jan-12 21:58
mveRichard MacCutchan10-Jan-12 21:58 
GeneralRe: Closing Program, shutting down c++ win32. Pin
Mohibur Rashid10-Jan-12 22:09
professionalMohibur Rashid10-Jan-12 22:09 
GeneralRe: Closing Program, shutting down c++ win32. Pin
Richard MacCutchan10-Jan-12 22:48
mveRichard MacCutchan10-Jan-12 22:48 
GeneralRe: Closing Program, shutting down c++ win32. Pin
Mohibur Rashid10-Jan-12 23:01
professionalMohibur Rashid10-Jan-12 23:01 
GeneralRe: Closing Program, shutting down c++ win32. Pin
Richard MacCutchan10-Jan-12 23:11
mveRichard MacCutchan10-Jan-12 23:11 
GeneralRe: Closing Program, shutting down c++ win32. Pin
Mohibur Rashid11-Jan-12 0:37
professionalMohibur Rashid11-Jan-12 0:37 
AnswerI need to get schooled on shutting down my program Pin
jkirkerx11-Jan-12 8:14
professionaljkirkerx11-Jan-12 8:14 
GeneralRe: I need to get schooled on shutting down my program Pin
Wes Aday11-Jan-12 8:21
professionalWes Aday11-Jan-12 8:21 
GeneralRe: I need to get schooled on shutting down my program Pin
jkirkerx11-Jan-12 8:34
professionaljkirkerx11-Jan-12 8:34 
GeneralRe: I need to get schooled on shutting down my program Pin
Wes Aday11-Jan-12 8:39
professionalWes Aday11-Jan-12 8:39 
GeneralRe: I need to get schooled on shutting down my program Pin
jkirkerx11-Jan-12 9:17
professionaljkirkerx11-Jan-12 9:17 
GeneralI want the message loop in the mdi child window for the tab function Pin
jkirkerx11-Jan-12 14:17
professionaljkirkerx11-Jan-12 14:17 

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.