> Thanks a lot for your reply. Unfortunately, I just tested and it didn't
> work. I also tried chr(26), which is equivalent to Ctrl-Z (sometimes Unix
> apps use this hotkey).
After writing to the stream, did you flush the stream? Perhaps that will
help to make sure all the data gets sent:
myStreamWriter.Flush()

Signature
Chris
dunawayc[AT]sbcglobal_lunchmeat_[DOT]net
To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
F.C. - 27 Oct 2004 22:54 GMT
Hmmm, I just tried this too, but it didn't work either. I'm not sure if the
application reacts to a caracter in its input stream, or to a direct
keypress, but it seems it's the second solution unfortunately.
I was hoping the GenerateConsoleCtrlEvent API would simulate this in a
trickiest manner, but I got no results at all.
Anyways, thanks again for your suggestions :)
Bye
F.C.
>> Thanks a lot for your reply. Unfortunately, I just tested and it didn't
>> work. I also tried chr(26), which is equivalent to Ctrl-Z (sometimes Unix
[quoted text clipped - 4 lines]
>
> myStreamWriter.Flush()