Click here to Skip to main content
16,011,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exporting registry key programatically? Pin
Dave Kreskowiak13-Mar-03 10:40
mveDave Kreskowiak13-Mar-03 10:40 
GeneralToolbar with external icons Pin
ablaze13-Mar-03 1:01
ablaze13-Mar-03 1:01 
GeneralRe: Toolbar with external icons Pin
Michael Dunn13-Mar-03 2:31
sitebuilderMichael Dunn13-Mar-03 2:31 
GeneralRe: Toolbar with external icons Pin
ablaze13-Mar-03 8:47
ablaze13-Mar-03 8:47 
QuestionSOCKETS - break the blocking "listen" command? Pin
Daniel Strigl13-Mar-03 0:25
Daniel Strigl13-Mar-03 0:25 
AnswerRe: SOCKETS - break the blocking "listen" command? Pin
Rickard Andersson2013-Mar-03 2:08
Rickard Andersson2013-Mar-03 2:08 
GeneralRe: SOCKETS - break the blocking "listen" command? Pin
Daniel Strigl13-Mar-03 2:40
Daniel Strigl13-Mar-03 2:40 
GeneralRe: SOCKETS - break the blocking "listen" command? Pin
Rickard Andersson2013-Mar-03 3:39
Rickard Andersson2013-Mar-03 3:39 
You don't do any recv() or send() with your listening socket!
You just accept connections and start I/O with that socket.

I you have an accepted connection and don't want the other side to receive more data from you (server), then just call shutdown(socket, SD_RECEIVE) or if you don't want the other side to be able to send data to you anymore you just pass SD_SEND as second parameter.

Is it clear? If not: I'm till here! Smile | :)

Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!

UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!

AnswerRe: SOCKETS - break the blocking "listen" command? Pin
Moak13-Mar-03 4:12
Moak13-Mar-03 4:12 
AnswerRe: SOCKETS - break the blocking "listen" command? Pin
TomKat14-Mar-03 15:17
TomKat14-Mar-03 15:17 
GeneralWindows Pin
satyavasu12-Mar-03 21:16
satyavasu12-Mar-03 21:16 
GeneralFinding the Process/Thread that created a window Pin
Paul Farry12-Mar-03 20:57
professionalPaul Farry12-Mar-03 20:57 
GeneralRe: Finding the Process/Thread that created a window Pin
Dudi Avramov12-Mar-03 21:14
Dudi Avramov12-Mar-03 21:14 
GeneralRe: Finding the Process/Thread that created a window Pin
Hesham Amin12-Mar-03 21:19
Hesham Amin12-Mar-03 21:19 
GeneralRe: Finding the Process/Thread that created a window Pin
Dudi Avramov13-Mar-03 1:24
Dudi Avramov13-Mar-03 1:24 
Generalsnoop de driver Pin
el davo12-Mar-03 20:03
el davo12-Mar-03 20:03 
GeneraltimeSetEvent() and priority Pin
Anonymous12-Mar-03 17:38
Anonymous12-Mar-03 17:38 
GeneralRe: timeSetEvent() and priority Pin
SankaranPV13-Mar-03 2:54
SankaranPV13-Mar-03 2:54 
GeneralRe: timeSetEvent() and priority Pin
Jim A. Johnson12-Mar-03 17:52
Jim A. Johnson12-Mar-03 17:52 
GeneralRe: timeSetEvent() and priority Pin
Anonymous12-Mar-03 18:08
Anonymous12-Mar-03 18:08 
GeneralDB Library Pin
satyavasu12-Mar-03 16:43
satyavasu12-Mar-03 16:43 
Generaldelete directory Pin
includeh1012-Mar-03 15:49
includeh1012-Mar-03 15:49 
GeneralRe: delete directory Pin
anju12-Mar-03 16:14
anju12-Mar-03 16:14 
GeneralRe: delete directory Pin
includeh1012-Mar-03 16:21
includeh1012-Mar-03 16:21 
GeneralRe: delete directory Pin
Abin12-Mar-03 17:17
Abin12-Mar-03 17:17 

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.