Hi,

i have been playing with the MScomm control and i have been able to get it to pass data back and forth. But i am not able to get it to process data as it recieves it. let me explain. i built a chat app with two richtext boxes. one for typing your text and one for viewing what the other computer sent. i would like to be able to type a character into the input box and have it be displayed on the remote computer right away. right now, i have to generate an OnComm event to be able to flush the buffer. i tried setting the inbuffersize to 1 and just about everything else i can think of. but i still have to push a button to generate an oncomm event and flush the recieve buffer.

please tell me if i have to live with it, or is there something i can do?


Shaba