Click here to Skip to main content
15,928,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: negative values for char Pin
Nemanja Trifunovic21-Feb-07 4:00
Nemanja Trifunovic21-Feb-07 4:00 
GeneralRe: negative values for char Pin
toxcct21-Feb-07 2:33
toxcct21-Feb-07 2:33 
GeneralRe: negative values for char Pin
Naveen21-Feb-07 2:45
Naveen21-Feb-07 2:45 
GeneralRe: negative values for char Pin
toxcct21-Feb-07 2:52
toxcct21-Feb-07 2:52 
GeneralRe: negative values for char Pin
Naveen21-Feb-07 16:08
Naveen21-Feb-07 16:08 
AnswerRe: negative values for char Pin
kakan21-Feb-07 1:41
professionalkakan21-Feb-07 1:41 
AnswerRe: negative values for char Pin
Nemanja Trifunovic21-Feb-07 1:58
Nemanja Trifunovic21-Feb-07 1:58 
QuestionHow to make a combo box readonly? Pin
reza matinnejad21-Feb-07 0:10
reza matinnejad21-Feb-07 0:10 
AnswerRe: How to make a combo box readonly? Pin
Garth J Lancaster21-Feb-07 0:17
professionalGarth J Lancaster21-Feb-07 0:17 
GeneralRe: How to make a combo box readonly? Pin
reza matinnejad21-Feb-07 0:21
reza matinnejad21-Feb-07 0:21 
AnswerRe: How to make a combo box readonly? Pin
David Crow21-Feb-07 3:25
David Crow21-Feb-07 3:25 
AnswerRe: How to make a combo box readonly? Pin
ThatsAlok21-Feb-07 5:57
ThatsAlok21-Feb-07 5:57 
QuestionReconnecting a dead Network Connection Pin
GeeBru20-Feb-07 23:45
GeeBru20-Feb-07 23:45 
AnswerRe: Reconnecting a dead Network Connection Pin
Garth J Lancaster21-Feb-07 0:13
professionalGarth J Lancaster21-Feb-07 0:13 
GeneralRe: Reconnecting a dead Network Connection Pin
GeeBru21-Feb-07 0:16
GeeBru21-Feb-07 0:16 
GeneralRe: Reconnecting a dead Network Connection Pin
Garth J Lancaster21-Feb-07 0:21
professionalGarth J Lancaster21-Feb-07 0:21 
AnswerRe: Reconnecting a dead Network Connection Pin
James R. Twine21-Feb-07 1:14
James R. Twine21-Feb-07 1:14 
   I would suggest looking into non-blocking sockets, or a worker thread to block on the connect (and retry) for you.

   Be careful relying on Ping - there are firewalls out there that can be configured to ignore ICMP Ping packets, so relying solely on Ping is not a good idea, IMHO, especially if the server is not yours, implying that you do not have that much control over its connectivity.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

QuestionAbout File Extension Pin
siddharthsan20-Feb-07 23:38
siddharthsan20-Feb-07 23:38 
AnswerRe: About File Extension Pin
GeeBru21-Feb-07 0:07
GeeBru21-Feb-07 0:07 
AnswerRe: About File Extension Pin
David Crow21-Feb-07 3:26
David Crow21-Feb-07 3:26 
AnswerRe: About File Extension Pin
ThatsAlok21-Feb-07 5:58
ThatsAlok21-Feb-07 5:58 
QuestionAbout file extension Pin
siddharthsan20-Feb-07 23:37
siddharthsan20-Feb-07 23:37 
AnswerRe: About file extension Pin
Garth J Lancaster21-Feb-07 0:09
professionalGarth J Lancaster21-Feb-07 0:09 
AnswerRe: About file extension Pin
ThatsAlok21-Feb-07 5:59
ThatsAlok21-Feb-07 5:59 
QuestionHow make a smart reference expose methods of basetype ? Pin
Mr.Brainley20-Feb-07 23:05
Mr.Brainley20-Feb-07 23:05 

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.