Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text with backspace in Transparent window Pin
gcorrea20-May-09 7:29
gcorrea20-May-09 7:29 
QuestionHow To Get Cursor position in Edit Control Pin
jeansea8-May-09 16:03
jeansea8-May-09 16:03 
AnswerRe: How To Get Cursor position in Edit Control Pin
Madhu Nair8-May-09 16:31
Madhu Nair8-May-09 16:31 
Questionipod program Pin
john3468-May-09 12:55
john3468-May-09 12:55 
AnswerRe: ipod program Pin
Electron Shepherd8-May-09 13:46
Electron Shepherd8-May-09 13:46 
AnswerRe: ipod program Pin
bulg8-May-09 16:37
bulg8-May-09 16:37 
QuestionDuplex pipes Pin
HungryHorace8-May-09 12:03
HungryHorace8-May-09 12:03 
AnswerRe: Duplex pipes Pin
Stuart Dootson8-May-09 13:55
professionalStuart Dootson8-May-09 13:55 
I have a feeling that pipes if you are decoupling the reading from the writing in the client, you'll need two instances of the pipe, one for the reader to connect to and one for the writer to connect to. This makes things difficult, as the server won't know if it's connected to a reader or writer unless you apply some protocol so the client tells the server pipe if it's connected to a reader or writer.

So - why do I think this? Well, if the client read and write functions are decoupled (i.e. in different threads), the writer and reader both need to open a pipe handle, as you can't be trying to read from and write to the same handle at the same time. However, each time you open a handle on a pipe, you need a pipe instance (created with CreateNamedPipe) on the server to service that connection.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: OT - your ID Pin
Stuart Dootson8-May-09 23:55
professionalStuart Dootson8-May-09 23:55 
GeneralRe: OT - your ID Pin
HungryHorace9-May-09 5:07
HungryHorace9-May-09 5:07 
GeneralRe: OT - your ID Pin
Stuart Dootson9-May-09 5:55
professionalStuart Dootson9-May-09 5:55 
QuestionCAsyncSocket vs Winsock Pin
ForNow8-May-09 9:38
ForNow8-May-09 9:38 
Question[Message Deleted] Pin
gokings8-May-09 8:00
gokings8-May-09 8:00 
AnswerRe: Intercept (prevent) CListBox selection Pin
Stuart Dootson8-May-09 8:22
professionalStuart Dootson8-May-09 8:22 
QuestionHow to modify a CFontDialog Pin
susanne18-May-09 4:39
susanne18-May-09 4:39 
AnswerRe: How to modify a CFontDialog Pin
Hamid_RT8-May-09 4:51
Hamid_RT8-May-09 4:51 
GeneralRe: How to modify a CFontDialog Pin
susanne18-May-09 4:58
susanne18-May-09 4:58 
GeneralRe: How to modify a CFontDialog Pin
Hamid_RT9-May-09 0:25
Hamid_RT9-May-09 0:25 
QuestionMFC - Drawning Bitmaps Transparent Pin
Praystation28-May-09 4:01
Praystation28-May-09 4:01 
AnswerRe: MFC - Drawning Bitmaps Transparent Pin
Stuart Dootson8-May-09 4:18
professionalStuart Dootson8-May-09 4:18 
GeneralRe: MFC - Drawning Bitmaps Transparent Pin
Praystation28-May-09 4:27
Praystation28-May-09 4:27 
GeneralRe: MFC - Drawning Bitmaps Transparent Pin
Stuart Dootson8-May-09 4:54
professionalStuart Dootson8-May-09 4:54 
GeneralRe: MFC - Drawning Bitmaps Transparent Pin
Praystation28-May-09 5:11
Praystation28-May-09 5:11 
AnswerRe: MFC - Drawning Bitmaps Transparent Pin
Madhu Nair8-May-09 5:21
Madhu Nair8-May-09 5:21 
GeneralRe: MFC - Drawning Bitmaps Transparent Pin
Praystation28-May-09 5:35
Praystation28-May-09 5:35 

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.