Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ISAPI Extensions Pin
Derek Waters28-Jan-02 12:05
Derek Waters28-Jan-02 12:05 
GeneralRe: ISAPI Extensions Pin
Jon Hulatt27-Jan-02 22:57
Jon Hulatt27-Jan-02 22:57 
Generaltransparent dialogs Pin
Kuniva27-Jan-02 3:53
Kuniva27-Jan-02 3:53 
GeneralRe: transparent dialogs Pin
Anders Molin27-Jan-02 4:41
professionalAnders Molin27-Jan-02 4:41 
GeneralRe: transparent dialogs Pin
Simon Walton27-Jan-02 11:19
Simon Walton27-Jan-02 11:19 
QuestionGURUS! How to stop the threads which are using socket safely? Pin
Anthony Chen27-Jan-02 2:04
Anthony Chen27-Jan-02 2:04 
AnswerRe: GURUS! How to stop the threads which are using socket safely? Pin
Anthony Chen27-Jan-02 16:15
Anthony Chen27-Jan-02 16:15 
GeneralRe: GURUS! How to stop the threads which are using socket safely? Pin
Ernest Laurentin27-Jan-02 16:25
Ernest Laurentin27-Jan-02 16:25 
You need to pass the Socket handle to the thread that you want to
use to terminate the thread that is waiting on it.
Use the "Thread Parameter" or other way.
When you close the socket from a different thread, the thread
that was waiting on "accept(...)" will return INVALID_SOCKET, so you will
know that if fail.
Hope this information helps

- Greatest invention : "The Microchip!"
AnswerRe: GURUS! How to stop the threads which are using socket safely? Pin
Le centriste29-Jan-02 4:13
Le centriste29-Jan-02 4:13 
GeneralRe: GURUS! How to stop the threads which are using socket safely? Pin
Anthony Chen29-Jan-02 14:31
Anthony Chen29-Jan-02 14:31 
QuestionChange Dialog Border ?? Pin
Sonu Kapoor27-Jan-02 1:45
Sonu Kapoor27-Jan-02 1:45 
AnswerRe: Change Dialog Border ?? Pin
Nish Nishant27-Jan-02 1:49
sitebuilderNish Nishant27-Jan-02 1:49 
QuestionFoxpro? Pin
Kuniva27-Jan-02 1:38
Kuniva27-Jan-02 1:38 
AnswerRe: Foxpro? Pin
Nish Nishant27-Jan-02 1:41
sitebuilderNish Nishant27-Jan-02 1:41 
AnswerRe: Foxpro? Pin
alex.barylski27-Jan-02 20:03
alex.barylski27-Jan-02 20:03 
AnswerRe: Foxpro? Pin
Michael P Butler28-Jan-02 1:14
Michael P Butler28-Jan-02 1:14 
General'new' limit Pin
Erik Hammar26-Jan-02 23:56
Erik Hammar26-Jan-02 23:56 
GeneralRe: 'new' limit Pin
Nish Nishant27-Jan-02 0:06
sitebuilderNish Nishant27-Jan-02 0:06 
GeneralRe: 'new' limit Pin
Erik Hammar27-Jan-02 0:07
Erik Hammar27-Jan-02 0:07 
GeneralRe: 'new' limit Pin
Nish Nishant27-Jan-02 0:24
sitebuilderNish Nishant27-Jan-02 0:24 
GeneralRe: 'new' limit Pin
Erik Hammar27-Jan-02 0:32
Erik Hammar27-Jan-02 0:32 
GeneralRe: 'new' limit Pin
Nish Nishant27-Jan-02 0:45
sitebuilderNish Nishant27-Jan-02 0:45 
GeneralRe: 'new' limit Pin
Erik Hammar27-Jan-02 1:03
Erik Hammar27-Jan-02 1:03 
GeneralRe: 'new' limit Pin
Nish Nishant27-Jan-02 1:08
sitebuilderNish Nishant27-Jan-02 1:08 
GeneralUsing CRecordset for more complex queries... Pin
26-Jan-02 20:59
suss26-Jan-02 20:59 

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.