Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Icons; big & small? Pin
valikac4-Mar-03 4:14
valikac4-Mar-03 4:14 
AnswerRe: Icons; big & small? Pin
Jim A. Johnson3-Mar-03 9:20
Jim A. Johnson3-Mar-03 9:20 
GeneralRe: Icons; big & small? Pin
djtommye3-Mar-03 9:23
djtommye3-Mar-03 9:23 
AnswerRe: Icons; big & small? Pin
Michael Dunn3-Mar-03 9:46
sitebuilderMichael Dunn3-Mar-03 9:46 
GeneralCustom Control in MFC ... Pin
Maximilien3-Mar-03 7:07
Maximilien3-Mar-03 7:07 
GeneralRe: Custom Control in MFC ... Pin
PJ Arends3-Mar-03 10:50
professionalPJ Arends3-Mar-03 10:50 
GeneralUsing sockets against a human parsed interface Pin
voodoopriestess3-Mar-03 6:51
voodoopriestess3-Mar-03 6:51 
GeneralRe: Using sockets against a human parsed interface Pin
Phil Speller4-Mar-03 4:34
Phil Speller4-Mar-03 4:34 
I might be on completely the wrong track here but, it's sounds like you are using select() with a 250ms timeout and are using synchronous style comms (i.e. select() will block). Why not take a look at a non-blocking mode of operation and use WSAAsyncSelect()/WSAEventSelect() or use the callback mechanism offered by WSARecv. This will move your code to an asynchronous style of operation and mean that you should pick up all packets, no matter when they arrive.

Hope this helps,


Phil
Generalpassing info to new class Pin
Michael Shuster3-Mar-03 6:46
Michael Shuster3-Mar-03 6:46 
GeneralRe: passing info to new class Pin
valikac3-Mar-03 8:46
valikac3-Mar-03 8:46 
GeneralRe: passing info to new class Pin
Roger Allen4-Mar-03 0:42
Roger Allen4-Mar-03 0:42 
Generalhelp!! Pin
Charlie Cullen3-Mar-03 5:45
Charlie Cullen3-Mar-03 5:45 
GeneralRe: help!! Pin
Alvaro Mendez3-Mar-03 5:58
Alvaro Mendez3-Mar-03 5:58 
Questionbitmapped buttons? Pin
SumGuy3-Mar-03 5:33
SumGuy3-Mar-03 5:33 
GeneralISAPI authentification Filter Pin
lolopoto3-Mar-03 5:17
lolopoto3-Mar-03 5:17 
GeneralTransferring projects: end of my latin :( Pin
Zizilamoroso3-Mar-03 5:08
Zizilamoroso3-Mar-03 5:08 
QuestionHow to send key stroke to an application Pin
Tony Chung : )3-Mar-03 5:02
Tony Chung : )3-Mar-03 5:02 
AnswerRe: How to send key stroke to an application Pin
Michael Dunn3-Mar-03 5:13
sitebuilderMichael Dunn3-Mar-03 5:13 
GeneralRemove a USB-Drive programmatically Pin
Rainer Mangold3-Mar-03 4:56
Rainer Mangold3-Mar-03 4:56 
GeneralSending a pointer in PostMessage() Pin
ns3-Mar-03 4:44
ns3-Mar-03 4:44 
GeneralRe: Sending a pointer in PostMessage() Pin
John M. Drescher3-Mar-03 4:58
John M. Drescher3-Mar-03 4:58 
GeneralRe: Sending a pointer in PostMessage() Pin
Martyn Pearson3-Mar-03 5:32
Martyn Pearson3-Mar-03 5:32 
GeneralThanks to both! Pin
ns3-Mar-03 5:37
ns3-Mar-03 5:37 
GeneralRe: Sending a pointer in PostMessage() Pin
John M. Drescher3-Mar-03 5:43
John M. Drescher3-Mar-03 5:43 
GeneralService Pack 5 Issues Pin
Scorp1us3-Mar-03 3:49
Scorp1us3-Mar-03 3:49 

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.