Click here to Skip to main content
15,912,457 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File properties via C++ Pin
Joe Woodbury9-Dec-02 19:30
professionalJoe Woodbury9-Dec-02 19:30 
GeneralFTP without Wininet Pin
CaesarCZ8-Dec-02 0:10
CaesarCZ8-Dec-02 0:10 
GeneralRe: FTP without Wininet Pin
User 66588-Dec-02 1:45
User 66588-Dec-02 1:45 
GeneralRe: FTP without Wininet Pin
carrie8-Dec-02 6:10
carrie8-Dec-02 6:10 
GeneralRe: FTP without Wininet Pin
Redeemer-dk8-Dec-02 9:39
Redeemer-dk8-Dec-02 9:39 
GeneralRe: FTP without Wininet Pin
CaesarCZ8-Dec-02 9:54
CaesarCZ8-Dec-02 9:54 
GeneralSimple question about Socket ! Pin
Hadi Rezaee7-Dec-02 23:41
Hadi Rezaee7-Dec-02 23:41 
GeneralRe: Simple question about Socket ! Pin
User 66588-Dec-02 2:14
User 66588-Dec-02 2:14 
Well, if you use MFC you simply need to call Listen() once after you have set up your socket with Create() and Bind().
Once your app is in listen mode you'll get notified about incoming client connections through the OnAccept() notification of your CSocket-derived class

regards

modified 12-Sep-18 21:01pm.

GeneralCursor doesn't change Pin
S O S7-Dec-02 23:11
S O S7-Dec-02 23:11 
GeneralRe: Cursor doesn't change Pin
KaЯl8-Dec-02 21:43
KaЯl8-Dec-02 21:43 
GeneralInvalidating() all view Pin
S O S7-Dec-02 23:09
S O S7-Dec-02 23:09 
GeneralRe: Invalidating() all view Pin
Roman Fadeyev8-Dec-02 0:51
Roman Fadeyev8-Dec-02 0:51 
GeneralRe: Invalidating() all view Pin
S O S8-Dec-02 1:26
S O S8-Dec-02 1:26 
GeneralRe: Invalidating() all view Pin
S O S8-Dec-02 1:49
S O S8-Dec-02 1:49 
GeneralRe: Invalidating() all view Pin
Jim A. Johnson8-Dec-02 7:26
Jim A. Johnson8-Dec-02 7:26 
GeneralRe: Invalidating() all view Pin
S O S8-Dec-02 7:29
S O S8-Dec-02 7:29 
QuestionHow to judge a handle? Pin
xi9047-Dec-02 23:09
xi9047-Dec-02 23:09 
AnswerRe: How to judge a handle? Pin
Roman Fadeyev8-Dec-02 0:54
Roman Fadeyev8-Dec-02 0:54 
GeneralRe: How to judge a handle? Pin
Paul M Watt8-Dec-02 6:22
mentorPaul M Watt8-Dec-02 6:22 
AnswerRe: How to judge a handle? Pin
Paul M Watt8-Dec-02 6:24
mentorPaul M Watt8-Dec-02 6:24 
AnswerRe: How to judge a handle? Pin
Joe Woodbury9-Dec-02 19:33
professionalJoe Woodbury9-Dec-02 19:33 
GeneralDetect the path where is running an application VC++ Pin
nencini7-Dec-02 20:15
nencini7-Dec-02 20:15 
GeneralRe: Detect the path where is running an application VC++ Pin
geo_m7-Dec-02 20:24
geo_m7-Dec-02 20:24 
GeneralRe: Detect the path where is running an application VC++ Pin
Roman Fadeyev7-Dec-02 23:59
Roman Fadeyev7-Dec-02 23:59 
GeneralRe: Detect the path where is running an application VC++ Pin
Gaul8-Dec-02 3:28
Gaul8-Dec-02 3:28 

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.