Click here to Skip to main content
15,915,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: datas between dialogs Pin
David Crow19-Nov-04 2:44
David Crow19-Nov-04 2:44 
GeneralShow methods at programming Pin
dancindoc2-Nov-04 3:13
dancindoc2-Nov-04 3:13 
GeneralRe: Show methods at programming Pin
David Crow2-Nov-04 3:32
David Crow2-Nov-04 3:32 
GeneralCBUTTON in MFC Pin
madretierra2-Nov-04 3:10
madretierra2-Nov-04 3:10 
GeneralRe: CBUTTON in MFC Pin
Cedric Moonen2-Nov-04 3:20
Cedric Moonen2-Nov-04 3:20 
GeneralRe: CBUTTON in MFC Pin
madretierra2-Nov-04 3:26
madretierra2-Nov-04 3:26 
GeneralRe: CBUTTON in MFC Pin
faroqtam2-Nov-04 11:41
faroqtam2-Nov-04 11:41 
GeneralRe: CBUTTON in MFC Pin
madretierra3-Nov-04 5:49
madretierra3-Nov-04 5:49 
GeneralRe: Use Clipboard in MFC Application Pin
David Crow2-Nov-04 2:22
David Crow2-Nov-04 2:22 
GeneralRe: Use Clipboard in MFC Application Pin
sweep1232-Nov-04 4:12
sweep1232-Nov-04 4:12 
GeneralRe: Use Clipboard in MFC Application Pin
David Crow2-Nov-04 4:51
David Crow2-Nov-04 4:51 
QuestionApp exit? Pin
Larsson2-Nov-04 1:43
Larsson2-Nov-04 1:43 
AnswerRe: App exit? Pin
Kapoor Vikrant2-Nov-04 1:59
Kapoor Vikrant2-Nov-04 1:59 
GeneralRe: App exit? Pin
Larsson2-Nov-04 2:02
Larsson2-Nov-04 2:02 
GeneralRe: App exit? Pin
Larsson2-Nov-04 2:23
Larsson2-Nov-04 2:23 
GeneralRe: App exit? Pin
RChin2-Nov-04 2:36
RChin2-Nov-04 2:36 
GeneralRe: App exit? Pin
Larsson2-Nov-04 2:41
Larsson2-Nov-04 2:41 
GeneralRe: App exit? Pin
RChin2-Nov-04 3:02
RChin2-Nov-04 3:02 
GeneralRe: App exit? Pin
GDavy2-Nov-04 2:46
GDavy2-Nov-04 2:46 
GeneralRe: App exit? Pin
Larsson2-Nov-04 2:49
Larsson2-Nov-04 2:49 
GeneralRe: App exit? Pin
Antony M Kancidrowski2-Nov-04 4:18
Antony M Kancidrowski2-Nov-04 4:18 
GeneralRe: App exit? Pin
Larsson2-Nov-04 4:51
Larsson2-Nov-04 4:51 
QuestionWait for Data in pipe? Pin
peterchen2-Nov-04 1:42
peterchen2-Nov-04 1:42 
AnswerRe: Wait for Data in pipe? Pin
Blake Miller2-Nov-04 7:54
Blake Miller2-Nov-04 7:54 
Yes, I found this in MSDN under "Synchronization Objects":

In some circumstances, you can also use a file, named pipe, or communications device as a synchronization object; however, their use for this purpose is discouraged. Instead, use asynchronous I/O and wait on the event object set in the OVERLAPPED structure. It is safer to use the event object because of the confusion that can occur when multiple simultaneous overlapped operations are performed on the same file, named pipe, or communications device. In this situation, there is no way to know which operation caused the object's state to be signaled.
QuestionHow to calculate the Bandwidth of our computer Pin
Anshul Mehra1-Nov-04 23:58
professionalAnshul Mehra1-Nov-04 23:58 

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.