Click here to Skip to main content
15,790,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem displaying CStatic text item Pin
ForNow1-Jul-15 6:19
ForNow1-Jul-15 6:19 
GeneralRe: Problem displaying CStatic text item Pin
jeron11-Jul-15 6:59
jeron11-Jul-15 6:59 
GeneralRe: Problem displaying CStatic text item Pin
ForNow1-Jul-15 11:21
ForNow1-Jul-15 11:21 
GeneralRe: Problem displaying CStatic text item Pin
jeron11-Jul-15 12:32
jeron11-Jul-15 12:32 
GeneralRe: Problem displaying CStatic text item Pin
ForNow1-Jul-15 13:19
ForNow1-Jul-15 13:19 
GeneralRe: Problem displaying CStatic text item Pin
ForNow2-Jul-15 14:27
ForNow2-Jul-15 14:27 
Questionrecv no blocking Pin
mosine29-Jun-15 22:33
mosine29-Jun-15 22:33 
AnswerRe: recv no blocking Pin
CPallini29-Jun-15 22:54
mveCPallini29-Jun-15 22:54 
Usually a blocking recv is not a problem at all in a multithreaded application: the receiving thread blocks but the other threads keep runnning and the application is responsive.
On the other hand, as you may find in the documentation[^], you might use non blocking mode on sockets, however, I guess, your application would be more involved.
GeneralRe: recv no blocking Pin
mosine29-Jun-15 23:21
mosine29-Jun-15 23:21 
GeneralRe: recv no blocking Pin
CPallini29-Jun-15 23:35
mveCPallini29-Jun-15 23:35 
GeneralRe: recv no blocking Pin
mosine29-Jun-15 23:52
mosine29-Jun-15 23:52 
GeneralRe: recv no blocking Pin
CPallini30-Jun-15 0:01
mveCPallini30-Jun-15 0:01 
GeneralRe: recv no blocking Pin
mosine30-Jun-15 0:06
mosine30-Jun-15 0:06 
GeneralRe: recv no blocking Pin
CPallini30-Jun-15 0:24
mveCPallini30-Jun-15 0:24 
GeneralRe: recv no blocking Pin
Daniel Pfeffer30-Jun-15 9:12
professionalDaniel Pfeffer30-Jun-15 9:12 
GeneralRe: recv no blocking Pin
Albert Holguin30-Jun-15 14:26
professionalAlbert Holguin30-Jun-15 14:26 
GeneralRe: recv no blocking Pin
Daniel Pfeffer30-Jun-15 18:53
professionalDaniel Pfeffer30-Jun-15 18:53 
GeneralRe: recv no blocking Pin
Albert Holguin1-Jul-15 5:02
professionalAlbert Holguin1-Jul-15 5:02 
GeneralRe: recv no blocking Pin
Albert Holguin30-Jun-15 14:27
professionalAlbert Holguin30-Jun-15 14:27 
QuestionCan a modeless Dialog Box be a main window "m_pMainWnd" Pin
ForNow29-Jun-15 6:07
ForNow29-Jun-15 6:07 
AnswerRe: Can a modeless Dialog Box be a main window "m_pMainWnd" Pin
Richard MacCutchan29-Jun-15 6:12
mveRichard MacCutchan29-Jun-15 6:12 
GeneralRe: Can a modeless Dialog Box be a main window "m_pMainWnd" Pin
ForNow29-Jun-15 6:22
ForNow29-Jun-15 6:22 
QuestionCan anybody help me with converting this example for x64? Pin
Member 802436529-Jun-15 3:42
Member 802436529-Jun-15 3:42 
SuggestionRe: Can anybody help me with converting this example for x64? Pin
Richard MacCutchan29-Jun-15 4:36
mveRichard MacCutchan29-Jun-15 4:36 
QuestionQ: CTreeCtrl: How to over-ride default selection of item Pin
ShivaPrasadGadapa29-Jun-15 0:43
ShivaPrasadGadapa29-Jun-15 0:43 

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.