Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to add GDI+ to a Project? Pin
bob1697227-Aug-07 3:37
bob1697227-Aug-07 3:37 
GeneralRe: How to add GDI+ to a Project? Pin
TheShihan27-Aug-07 4:09
TheShihan27-Aug-07 4:09 
Questionadding menu item to right click context menu Pin
Dhiraj kumar Saini27-Aug-07 2:01
Dhiraj kumar Saini27-Aug-07 2:01 
AnswerRe: adding menu item to right click context menu Pin
Naveen27-Aug-07 2:32
Naveen27-Aug-07 2:32 
QuestionDetecting response/acknowledgement timeout in Winsock Pin
__yash__27-Aug-07 1:09
professional__yash__27-Aug-07 1:09 
Answeruse CTime or clock_t Pin
chandu00427-Aug-07 1:41
chandu00427-Aug-07 1:41 
GeneralRe: use CTime or clock_t Pin
__yash__27-Aug-07 1:51
professional__yash__27-Aug-07 1:51 
AnswerRe: Detecting response/acknowledgement timeout in Winsock Pin
Cedric Moonen27-Aug-07 2:09
Cedric Moonen27-Aug-07 2:09 
Why don't you instead start a timer with a timeout of 2 seconds ? Then, in your OnReceive function, you can kill it and restart a new one.
And in the OnTimer function, you display your message box (the OnTimer function will only get called when the timer fires).


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Detecting response/acknowledgement timeout in Winsock Pin
__yash__27-Aug-07 4:46
professional__yash__27-Aug-07 4:46 
AnswerRe: Detecting response/acknowledgement timeout in Winsock Pin
Naveen27-Aug-07 2:51
Naveen27-Aug-07 2:51 
Question2 Different idl files 2 different outputs Pin
sawerr27-Aug-07 0:44
sawerr27-Aug-07 0:44 
AnswerRe: 2 Different idl files 2 different outputs Pin
KarstenK27-Aug-07 2:20
mveKarstenK27-Aug-07 2:20 
GeneralRe: 2 Different idl files 2 different outputs Pin
sawerr27-Aug-07 3:00
sawerr27-Aug-07 3:00 
GeneralRe: 2 Different idl files 2 different outputs Pin
KarstenK27-Aug-07 3:15
mveKarstenK27-Aug-07 3:15 
Questionbackground of picture static control Pin
vasu_sri26-Aug-07 23:41
vasu_sri26-Aug-07 23:41 
AnswerRe: background of picture static control Pin
Roger Broomfield27-Aug-07 0:26
Roger Broomfield27-Aug-07 0:26 
QuestionReading mrt.log file Pin
Manasi D26-Aug-07 21:26
Manasi D26-Aug-07 21:26 
AnswerRe: Reading mrt.log file Pin
Naveen26-Aug-07 21:48
Naveen26-Aug-07 21:48 
Questionfile path's Pin
Waldermort26-Aug-07 20:58
Waldermort26-Aug-07 20:58 
AnswerRe: file path's Pin
toxcct26-Aug-07 21:10
toxcct26-Aug-07 21:10 
GeneralRe: file path's Pin
Waldermort26-Aug-07 21:16
Waldermort26-Aug-07 21:16 
QuestionDiff b/w Copy constructor & Assignment operator Pin
prashant pissey26-Aug-07 20:49
prashant pissey26-Aug-07 20:49 
AnswerRe: Diff b/w Copy constructor & Assignment operator Pin
Hamid_RT26-Aug-07 21:00
Hamid_RT26-Aug-07 21:00 
AnswerRe: Diff b/w Copy constructor & Assignment operator Pin
toxcct26-Aug-07 21:18
toxcct26-Aug-07 21:18 
Questioncompilation of UTF-8 in visual cpp Pin
puneet_cha26-Aug-07 20:30
puneet_cha26-Aug-07 20: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.