Click here to Skip to main content
15,909,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDiagnostic Tools Pin
Anonymous15-Jan-03 12:10
Anonymous15-Jan-03 12:10 
GeneralRe: Diagnostic Tools Pin
Christian Graus15-Jan-03 15:51
protectorChristian Graus15-Jan-03 15:51 
GeneralHide mouse pointer Pin
paulb15-Jan-03 11:56
paulb15-Jan-03 11:56 
GeneralRe: Hide mouse pointer Pin
Christian Graus15-Jan-03 12:11
protectorChristian Graus15-Jan-03 12:11 
GeneralAFX_MODULE_THREAD_STATE Pin
Karl Lean15-Jan-03 11:50
Karl Lean15-Jan-03 11:50 
GeneralCSocket Second Receive not responding Pin
Glenn E. Lanier II15-Jan-03 11:10
Glenn E. Lanier II15-Jan-03 11:10 
GeneralRe: CSocket Second Receive not responding Pin
User 665815-Jan-03 11:29
User 665815-Jan-03 11:29 
GeneralRe: CSocket Second Receive not responding Pin
Gavin Taylor15-Jan-03 12:52
professionalGavin Taylor15-Jan-03 12:52 
If memory serves correctly (sorry, it's been a while) you need to insert a line break (\r\n) at the end of each request to the server other wise the server can't detect the end command, ie:

USER guest\r\n
PASS mypassword\r\n

Hope this helps....


GeneralRound Pin
Sunnygirl15-Jan-03 11:01
Sunnygirl15-Jan-03 11:01 
Generalprocess performance question Pin
Hugh Beaumont15-Jan-03 10:45
Hugh Beaumont15-Jan-03 10:45 
GeneralRe: process performance question Pin
Dave Bryant15-Jan-03 11:18
Dave Bryant15-Jan-03 11:18 
GeneralBasic question on CScrollView Pin
Still learning how to code15-Jan-03 10:21
Still learning how to code15-Jan-03 10:21 
GeneralBitmap and dialogbar Pin
MemLeak15-Jan-03 9:23
MemLeak15-Jan-03 9:23 
GeneralRe: Bitmap and dialogbar Pin
Hesham Amin15-Jan-03 11:35
Hesham Amin15-Jan-03 11:35 
GeneralDetecting Large Fonts - Display Properties Pin
JohnnyG15-Jan-03 9:06
JohnnyG15-Jan-03 9:06 
GeneralRe: Detecting Large Fonts - Display Properties Pin
Chris Richardson15-Jan-03 9:44
Chris Richardson15-Jan-03 9:44 
GeneralRe: Detecting Large Fonts - Display Properties Pin
JohnnyG18-Jan-03 5:48
JohnnyG18-Jan-03 5:48 
GeneralReceiving calls in TAPI Pin
vin15-Jan-03 8:45
vin15-Jan-03 8:45 
GeneralRe: Receiving calls in TAPI Pin
Nick Parker15-Jan-03 8:56
protectorNick Parker15-Jan-03 8:56 
GeneralRe: Receiving calls in TAPI Pin
David Salter15-Jan-03 9:10
David Salter15-Jan-03 9:10 
GeneralRe: Receiving calls in TAPI Pin
vin16-Jan-03 0:17
vin16-Jan-03 0:17 
GeneralSingle Document many views Pin
ns15-Jan-03 8:38
ns15-Jan-03 8:38 
GeneralRe: Single Document many views Pin
valikac15-Jan-03 9:07
valikac15-Jan-03 9:07 
GeneralRe: Single Document many views Pin
ns15-Jan-03 9:07
ns15-Jan-03 9:07 
GeneralProblems w/ saving Pin
brianwelsch15-Jan-03 8:26
brianwelsch15-Jan-03 8:26 

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.