Click here to Skip to main content
15,921,210 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Disabling alt-tab/taskswitching in full screen mode? Pin
ZoogieZork19-Aug-03 11:58
ZoogieZork19-Aug-03 11:58 
Generalprepertysheet in Formview (SDI) Pin
clack23419-Aug-03 0:47
clack23419-Aug-03 0:47 
GeneralRe: prepertysheet in Formview (SDI) Pin
vcplusplus19-Aug-03 3:14
vcplusplus19-Aug-03 3:14 
Questionmultithreaded server, block on recv(), how do i send at any moment? Pin
Kuniva19-Aug-03 0:43
Kuniva19-Aug-03 0:43 
AnswerRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Johnny ²19-Aug-03 1:10
Johnny ²19-Aug-03 1:10 
AnswerRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Norman Bates19-Aug-03 1:22
Norman Bates19-Aug-03 1:22 
GeneralRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Kuniva19-Aug-03 2:29
Kuniva19-Aug-03 2:29 
AnswerRe: multithreaded server, block on recv(), how do i send at any moment? Pin
igor196019-Aug-03 10:16
igor196019-Aug-03 10:16 
You can use select() and specify maxtime your recv() will be waiting.
When time expires recv() will return even if no data arrived.
So, you can create arriving loop and inside of it you will be able to send().

Regards

"...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..."
Me
GeneralRe: multithreaded server, block on recv(), how do i send at any moment? Pin
Kuniva19-Aug-03 13:49
Kuniva19-Aug-03 13:49 
GeneralDirectX Help please Pin
Eugene V.19-Aug-03 0:22
Eugene V.19-Aug-03 0:22 
GeneralRe: DirectX Help please Pin
PremL19-Aug-03 6:14
PremL19-Aug-03 6:14 
QuestionHOW CAN I DO THIS ? Pin
bttf18-Aug-03 23:55
bttf18-Aug-03 23:55 
AnswerRe: HOW CAN I DO THIS ? Pin
vcplusplus19-Aug-03 3:30
vcplusplus19-Aug-03 3:30 
GeneralRe: HOW CAN I DO THIS ? Pin
bttf19-Aug-03 9:08
bttf19-Aug-03 9:08 
QuestionAdd sizing gripper to dialog? Pin
Dominik Reichl18-Aug-03 23:21
Dominik Reichl18-Aug-03 23:21 
AnswerRe: Add sizing gripper to dialog? Pin
Bernhard19-Aug-03 0:20
Bernhard19-Aug-03 0:20 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 0:44
Dominik Reichl19-Aug-03 0:44 
AnswerRe: Add sizing gripper to dialog? Pin
Neville Franks19-Aug-03 0:24
Neville Franks19-Aug-03 0:24 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 0:41
Dominik Reichl19-Aug-03 0:41 
GeneralRe: Add sizing gripper to dialog? Pin
Neville Franks19-Aug-03 1:47
Neville Franks19-Aug-03 1:47 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 2:16
Dominik Reichl19-Aug-03 2:16 
GeneralRe: Add sizing gripper to dialog? Pin
Neville Franks19-Aug-03 11:06
Neville Franks19-Aug-03 11:06 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 20:46
Dominik Reichl19-Aug-03 20:46 
AnswerRe: Add sizing gripper to dialog? Pin
Ravi Bhavnani19-Aug-03 2:54
professionalRavi Bhavnani19-Aug-03 2:54 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 3:09
Dominik Reichl19-Aug-03 3:09 

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.