Click here to Skip to main content
15,917,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Make Edit Control Read Only? Pin
bikram singh31-Jul-04 2:59
bikram singh31-Jul-04 2:59 
GeneralResponding to a laptop lid close Pin
sschilachi30-Jul-04 22:57
sschilachi30-Jul-04 22:57 
GeneralACPI ? Pin
bikram singh31-Jul-04 14:52
bikram singh31-Jul-04 14:52 
Questionhow to store the unrecognized characters in VC6.0+ADO+sql server2000 Pin
yuyi200330-Jul-04 22:39
yuyi200330-Jul-04 22:39 
AnswerRe: how to store the unrecognized characters in VC6.0+ADO+sql server2000 Pin
Jaime Stuardo31-Jul-04 4:47
Jaime Stuardo31-Jul-04 4:47 
GeneralRe: how to store the unrecognized characters in VC6.0+ADO+sql server2000 Pin
yuyi200331-Jul-04 22:45
yuyi200331-Jul-04 22:45 
GeneralPipes read handle Pin
Mohammed Saleem30-Jul-04 22:09
Mohammed Saleem30-Jul-04 22:09 
GeneralMSDN Says... Pin
bikram singh31-Jul-04 15:53
bikram singh31-Jul-04 15:53 
This is what MSDN says in the documentation for CreatePIpe() :

"When a process uses WriteFile to write to an anonymous pipe, the write operation is not completed until all bytes are written. If the pipe buffer is full before all bytes are written, WriteFile does not return until another process or thread uses ReadFile to make more buffer space available."

So, you can't indefinitely go on writing to your pipe because the WriteFile() function wont return until someone at the other end uses ReadFile() to read the data out...


Bikram Singh

Generaloperator+, problems... Pin
Sheff30-Jul-04 21:06
Sheff30-Jul-04 21:06 
GeneralRe: operator+, problems... Pin
peterchen30-Jul-04 22:59
peterchen30-Jul-04 22:59 
GeneralRe: operator+, problems... Pin
Sheff30-Jul-04 23:03
Sheff30-Jul-04 23:03 
GeneralRe: operator+, problems... Pin
Sheff30-Jul-04 23:22
Sheff30-Jul-04 23:22 
GeneralRe: operator+, problems... Pin
peterchen31-Jul-04 0:22
peterchen31-Jul-04 0:22 
GeneralRe: operator+, problems... Pin
Sheff31-Jul-04 0:46
Sheff31-Jul-04 0:46 
GeneralAccelerator keys Pin
Gammill30-Jul-04 19:42
Gammill30-Jul-04 19:42 
GeneralCombobox data transfer Pin
Puah30-Jul-04 19:35
Puah30-Jul-04 19:35 
GeneralRe: Combobox data transfer Pin
Jaime Stuardo31-Jul-04 5:03
Jaime Stuardo31-Jul-04 5:03 
GeneralCString & hex conversion problem Pin
lyn30-Jul-04 19:17
lyn30-Jul-04 19:17 
GeneralRe: CString & hex conversion problem Pin
Gammill30-Jul-04 19:32
Gammill30-Jul-04 19:32 
GeneralRe: CString & hex conversion problem Pin
lyn30-Jul-04 20:21
lyn30-Jul-04 20:21 
Questionhow to iternate and remove content from CMap at the same loop? Pin
zecodela30-Jul-04 18:31
zecodela30-Jul-04 18:31 
AnswerRe: how to iternate and remove content from CMap at the same loop? Pin
Gammill31-Jul-04 7:03
Gammill31-Jul-04 7:03 
AnswerWild guess on CMapStringtoPtr key removal Pin
bikram singh31-Jul-04 16:50
bikram singh31-Jul-04 16:50 
GeneralRe: Wild guess on CMapStringtoPtr key removal Pin
zecodelathe2nd31-Jul-04 17:25
zecodelathe2nd31-Jul-04 17:25 
GeneralThread Static calling non-static function Pin
Danny Gilbert30-Jul-04 17:43
Danny Gilbert30-Jul-04 17: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.