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

C / C++ / MFC

 
QuestionHow to hook CBN_DROPDOWN and CBN_CLOSEUP ? Pin
alikalik4-Jun-09 4:59
alikalik4-Jun-09 4:59 
AnswerRe: How to hook CBN_DROPDOWN and CBN_CLOSEUP ? Pin
norish4-Jun-09 5:10
norish4-Jun-09 5:10 
GeneralRe: How to hook CBN_DROPDOWN and CBN_CLOSEUP ? Pin
alikalik4-Jun-09 6:05
alikalik4-Jun-09 6:05 
QuestionRe: How to hook CBN_DROPDOWN and CBN_CLOSEUP ? Pin
norish4-Jun-09 6:50
norish4-Jun-09 6:50 
QuestionRe: How to hook CBN_DROPDOWN and CBN_CLOSEUP ? Pin
David Crow4-Jun-09 5:52
David Crow4-Jun-09 5:52 
AnswerRe: How to hook CBN_DROPDOWN and CBN_CLOSEUP ? Pin
alikalik4-Jun-09 5:57
alikalik4-Jun-09 5:57 
QuestionIdentifying disconnecting clients.. TCP/IP Server created using CAsyncSocket Pin
Shameer E.A.4-Jun-09 4:47
Shameer E.A.4-Jun-09 4:47 
AnswerRe: Identifying disconnecting clients.. TCP/IP Server created using CAsyncSocket Pin
norish4-Jun-09 5:35
norish4-Jun-09 5:35 
If client disconnect without shutdown call, server cannot detect the client disconnected unill tcp timeout.
To solve such that situation, need some techniques like;
1) let client always call shutdown
2) implement application level keep alive mechanism
3) implement server a polling to client after some interval from last client access
4) server force cut client after non transmission interval
...
Consider 1), 4) is most cost effective and 2), 3) makes increase packets.
Choose suitable method(s) to your system and application.
Questionsimple CObArray question? Pin
Software20074-Jun-09 4:36
Software20074-Jun-09 4:36 
GeneralRe: simple CObArray question? Pin
norish4-Jun-09 5:41
norish4-Jun-09 5:41 
GeneralRe: simple CObArray question? Pin
Software20074-Jun-09 6:05
Software20074-Jun-09 6:05 
QuestionOverloading Constructors - call complex from simple? [modified] Pin
Mike the Red4-Jun-09 4:19
Mike the Red4-Jun-09 4:19 
AnswerRe: Overloading Constructors - call complex from simple? Pin
led mike4-Jun-09 4:39
led mike4-Jun-09 4:39 
GeneralIn the case of such a hierarchy, would repeated code for each param list be best? -nt- Pin
Mike the Red4-Jun-09 4:49
Mike the Red4-Jun-09 4:49 
QuestionRe: Overloading Constructors - call complex from simple? Pin
David Crow4-Jun-09 5:59
David Crow4-Jun-09 5:59 
GeneralRe: Overloading Constructors - call complex from simple? Pin
norish4-Jun-09 6:11
norish4-Jun-09 6:11 
AnswerRe: Overloading Constructors - call complex from simple? Pin
Stuart Dootson4-Jun-09 7:15
professionalStuart Dootson4-Jun-09 7:15 
GeneralRe: Overloading Constructors - call complex from simple? Pin
led mike4-Jun-09 7:43
led mike4-Jun-09 7:43 
GeneralRe: Overloading Constructors - call complex from simple? Pin
Stuart Dootson4-Jun-09 7:47
professionalStuart Dootson4-Jun-09 7:47 
GeneralRe: Overloading Constructors - call complex from simple? Pin
led mike4-Jun-09 8:02
led mike4-Jun-09 8:02 
AnswerRe: Overloading Constructors - call complex from simple? [modified] Pin
fiddleus5-Jun-09 8:09
fiddleus5-Jun-09 8:09 
QuestionTTS: Calculating the resulting length (in ms) of a synthesized audio stream. Pin
Souldrift4-Jun-09 4:15
Souldrift4-Jun-09 4:15 
AnswerRe: TTS: Calculating the resulting length (in ms) of a synthesized audio stream. Pin
molesworth4-Jun-09 4:34
molesworth4-Jun-09 4:34 
GeneralRe: TTS: Calculating the resulting length (in ms) of a synthesized audio stream. Pin
Souldrift4-Jun-09 4:44
Souldrift4-Jun-09 4:44 
QuestionCWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
transoft4-Jun-09 3:54
transoft4-Jun-09 3:54 

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.