Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to make modeless dialog actrive Pin
Richard MacCutchan14-Jul-11 1:55
mveRichard MacCutchan14-Jul-11 1:55 
AnswerRe: How to make modeless dialog actrive Pin
Albert Holguin14-Jul-11 4:01
professionalAlbert Holguin14-Jul-11 4:01 
AnswerRe: How to make modeless dialog actrive Pin
«_Superman_»14-Jul-11 6:57
professional«_Superman_»14-Jul-11 6:57 
AnswerRe: How to make modeless dialog actrive Pin
ThatsAlok15-Jul-11 1:50
ThatsAlok15-Jul-11 1:50 
AnswerRe: How to make modeless dialog actrive Pin
Eugen Podsypalnikov15-Jul-11 2:23
Eugen Podsypalnikov15-Jul-11 2:23 
QuestionC++ Documentation Tool Pin
Hans Dietrich14-Jul-11 1:32
mentorHans Dietrich14-Jul-11 1:32 
AnswerRe: C++ Documentation Tool Pin
Chris Losinger14-Jul-11 2:40
professionalChris Losinger14-Jul-11 2:40 
AnswerRe: C++ Documentation Tool Pin
ThatsAlok15-Jul-11 1:56
ThatsAlok15-Jul-11 1:56 
AnswerRe: C++ Documentation Tool Pin
Richard MacCutchan14-Jul-11 4:34
mveRichard MacCutchan14-Jul-11 4:34 
AnswerRe: C++ Documentation Tool Pin
Stefan_Lang14-Jul-11 23:47
Stefan_Lang14-Jul-11 23:47 
QuestionDifferences between overlap and popup window Pin
Cold_Fearing_Bird13-Jul-11 23:53
Cold_Fearing_Bird13-Jul-11 23:53 
AnswerRe: Differences between overlap and popup window Pin
enhzflep14-Jul-11 0:27
enhzflep14-Jul-11 0:27 
AnswerRe: Differences between overlap and popup window Pin
ThatsAlok14-Jul-11 2:02
ThatsAlok14-Jul-11 2:02 
AnswerRe: Differences between overlap and popup window Pin
Richard MacCutchan14-Jul-11 0:55
mveRichard MacCutchan14-Jul-11 0:55 
QuestionUsing ON_UPDATE_COMMAND_UI Macro?? Pin
Arrin13-Jul-11 21:40
Arrin13-Jul-11 21:40 
AnswerRe: Using ON_UPDATE_COMMAND_UI Macro?? Pin
Richard MacCutchan13-Jul-11 21:55
mveRichard MacCutchan13-Jul-11 21:55 
AnswerRe: Using ON_UPDATE_COMMAND_UI Macro?? Pin
Nuri Ismail13-Jul-11 22:01
Nuri Ismail13-Jul-11 22:01 
QuestionHow to get the client's abort message with WSAAsyncSelect ? Pin
wangningyu13-Jul-11 15:30
wangningyu13-Jul-11 15:30 
AnswerRe: How to get the client's abort message with WSAAsyncSelect ? Pin
Member 131329513-Jul-11 18:32
Member 131329513-Jul-11 18:32 
hello i hope this will work.
don't use WSAAsyncSelect() probably your window might be missing some messages posted by
mfc socket framework (This will happen)
use WSAEventSelect() by creating one more thread. send notification messages to your main window by using SendMessage() function. it will work perfectly.
Possibly one more reason is
Socket abort operation notification will take at most 2 msi cylcles ( 1 msi is 2 minutes).
this is tcp ip implementation
bye
yln
AnswerRe: How to get the client's abort message with WSAAsyncSelect ? Pin
includeh1014-Jul-11 9:44
includeh1014-Jul-11 9:44 
GeneralRe: How to get the client's abort message with WSAAsyncSelect ? Pin
wangningyu14-Jul-11 15:25
wangningyu14-Jul-11 15:25 
Question[Solved] Passing an element from a list [modified] Pin
crgmustang13-Jul-11 13:50
crgmustang13-Jul-11 13:50 
AnswerRe: Passing an element from a list Pin
«_Superman_»13-Jul-11 14:48
professional«_Superman_»13-Jul-11 14:48 
GeneralRe: Passing an element from a list Pin
crgmustang14-Jul-11 5:28
crgmustang14-Jul-11 5:28 
QuestionPointer Maths Pin
KeithF12-Jul-11 3:25
KeithF12-Jul-11 3: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.