Click here to Skip to main content
15,892,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionreading the active font in a window Pin
phani_8923-Aug-06 15:21
phani_8923-Aug-06 15:21 
AnswerRe: reading the active font in a window Pin
Waldermort23-Aug-06 15:44
Waldermort23-Aug-06 15:44 
AnswerRe: reading the active font in a window Pin
jk chan23-Aug-06 16:26
jk chan23-Aug-06 16:26 
GeneralRe: reading the active font in a window Pin
phani_8926-Aug-06 1:38
phani_8926-Aug-06 1:38 
JokeI wrote a JumpTigger(or you may call it webspider) for Windows Live Space~ Pin
Artex_xh23-Aug-06 13:45
Artex_xh23-Aug-06 13:45 
GeneralRe: I wrote a JumpTigger(or you may call it webspider) for Windows Live Space~ Pin
Rage23-Aug-06 21:19
professionalRage23-Aug-06 21:19 
QuestionIs it possible to send files through Telnet? Pin
Lord Kixdemp23-Aug-06 13:40
Lord Kixdemp23-Aug-06 13:40 
AnswerRe: Is it possible to send files through Telnet? Pin
Mike Dimmick23-Aug-06 13:55
Mike Dimmick23-Aug-06 13:55 
The Telnet protocol itself is simply a very thin layer over a TCP connection. You can't download files over it directly, unless both your client and the server support it. I'm pretty sure the Windows telnet client doesn't.

The FTP protocol shares some features with Telnet.

For simple(-ish) text-based protocols, you can do some troubleshooting with a telnet client. Examples: SMTP, HTTP, POP3. Yes, you can send mail directly by telnetting to an SMTP server on port 25. However, you can't make any mistakes in typing, since backspace isn't interpreted - you can't edit a line.

Stability. What an interesting concept. -- Chris Maunder

QuestionSemaphore count Pin
Julberto Danray23-Aug-06 10:56
Julberto Danray23-Aug-06 10:56 
AnswerRe: Semaphore count Pin
Michael Dunn23-Aug-06 12:13
sitebuilderMichael Dunn23-Aug-06 12:13 
AnswerRe: Semaphore count Pin
Julberto Danray23-Aug-06 14:10
Julberto Danray23-Aug-06 14:10 
AnswerRe: Semaphore count Pin
Joe Woodbury23-Aug-06 12:17
professionalJoe Woodbury23-Aug-06 12:17 
GeneralRe: Semaphore count Pin
Julberto Danray23-Aug-06 16:16
Julberto Danray23-Aug-06 16:16 
GeneralRe: Semaphore count Pin
Joe Woodbury23-Aug-06 16:45
professionalJoe Woodbury23-Aug-06 16:45 
AnswerRe: Semaphore count Pin
tyftyftyf22-Nov-09 16:03
tyftyftyf22-Nov-09 16:03 
QuestionDoes anybody recognise this... Pin
Waldermort23-Aug-06 10:36
Waldermort23-Aug-06 10:36 
AnswerRe: Does anybody recognise this... Pin
Rick York23-Aug-06 11:29
mveRick York23-Aug-06 11:29 
GeneralRe: Does anybody recognise this... Pin
Waldermort23-Aug-06 12:42
Waldermort23-Aug-06 12:42 
GeneralRe: Does anybody recognise this... Pin
Rage23-Aug-06 21:20
professionalRage23-Aug-06 21:20 
GeneralRe: Does anybody recognise this... Pin
Waldermort24-Aug-06 4:31
Waldermort24-Aug-06 4:31 
QuestionSetting edit box color Pin
Oliver12323-Aug-06 10:01
Oliver12323-Aug-06 10:01 
AnswerRe: Setting edit box color Pin
eusto23-Aug-06 10:13
eusto23-Aug-06 10:13 
AnswerRe: Setting edit box color Pin
David Crow23-Aug-06 10:29
David Crow23-Aug-06 10:29 
AnswerRe: Setting edit box color Pin
Hamid_RT24-Aug-06 0:51
Hamid_RT24-Aug-06 0:51 
QuestionHow can I get Windows installation date ? Pin
koloporanistka23-Aug-06 8:25
koloporanistka23-Aug-06 8: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.