Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to change visiblity of control from code? Pin
treetops26-May-04 18:14
treetops26-May-04 18:14 
AnswerRe: how to change visiblity of control from code? Pin
Ryan Binns26-May-04 18:36
Ryan Binns26-May-04 18:36 
GeneralReceiving from a socket Pin
monrobot1326-May-04 17:17
monrobot1326-May-04 17:17 
GeneralRe: Receiving from a socket Pin
Ryan Binns26-May-04 18:43
Ryan Binns26-May-04 18:43 
GeneralRe: Receiving from a socket Pin
bryce26-May-04 19:09
bryce26-May-04 19:09 
GeneralRe: Receiving from a socket Pin
Antony M Kancidrowski27-May-04 2:18
Antony M Kancidrowski27-May-04 2:18 
GeneralRe: Receiving from a socket Pin
monrobot1327-May-04 8:43
monrobot1327-May-04 8:43 
GeneralRe: Receiving from a socket Pin
Antony M Kancidrowski27-May-04 11:05
Antony M Kancidrowski27-May-04 11:05 
Absolutely, program execution is vastly faster than network communication. You will definately have to wait if you attempt send on one line then receive on the next.

If you are not bothered about when the data is received you can even spawn a thread to do the reciept. In fact this is not uncommon. When the thread gets the data it can post a thread message to the main application to go and do something with it.

WRT POP3 here is a great article http://www.naughter.com/pop3.html[^]

Ant.
GeneralSQLBindParameter Problems...need helps!!!!! Pin
**bamboo**26-May-04 17:00
**bamboo**26-May-04 17:00 
GeneralASSERTION ERROR IN MFC MDI, HELP Pin
MFC_R_O_O_K_I_E26-May-04 16:40
MFC_R_O_O_K_I_E26-May-04 16:40 
GeneralBooks Pin
---Mark---26-May-04 16:28
---Mark---26-May-04 16:28 
GeneralRe: Books Pin
foxele26-May-04 21:51
foxele26-May-04 21:51 
GeneralRe: Books Pin
toxcct26-May-04 22:52
toxcct26-May-04 22:52 
GeneralRe: Books Pin
Maxwell Chen26-May-04 23:33
Maxwell Chen26-May-04 23:33 
GeneralRe: Books Pin
toxcct26-May-04 23:57
toxcct26-May-04 23:57 
GeneralRe: Books Pin
Maxwell Chen27-May-04 0:14
Maxwell Chen27-May-04 0:14 
GeneralRe: Books Pin
toxcct27-May-04 0:31
toxcct27-May-04 0:31 
GeneralRe: Books Pin
Maxwell Chen27-May-04 7:51
Maxwell Chen27-May-04 7:51 
GeneralRe: Books Pin
toxcct27-May-04 22:27
toxcct27-May-04 22:27 
GeneralConnecting to a database on a network or server using ADO Pin
Graham Holdaway26-May-04 16:25
Graham Holdaway26-May-04 16:25 
GeneralRe: Connecting to a database on a network or server using ADO Pin
Monty226-May-04 20:52
Monty226-May-04 20:52 
GeneralMonitoring USB Port Pin
jerry1211a26-May-04 15:09
jerry1211a26-May-04 15:09 
GeneralDrawState problem Pin
nm_11426-May-04 14:30
nm_11426-May-04 14:30 
GeneralSystemwide Cursor Change Pin
debacler26-May-04 11:57
debacler26-May-04 11:57 
GeneralRe: Systemwide Cursor Change Pin
Michael Dunn26-May-04 19:14
sitebuilderMichael Dunn26-May-04 19:14 

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.