
VB Port Listening / Monitoring
My mistake, sorry about that. Yes, I know it can be done (well, I don't know
about VB for sure - but there is port listening apps out there).
There's probably no easy way to do it with the OCXs we're given. I'll wonder
if we don't just have to watch all the traffic on the packet, and sort it out
somehow.
Quote:
>> > Howdy all, is there a way for me to LISTEN to a TCP port without out
>> >binding to that port? IE: can I listen to another applications TCP
>> >processes and log the data that it is sending and receiving??
>> The .PeekData method.
>Nope. The question was about listening to a port of ANOTHER app. The
>PeekData method is only for a control WITHIN the same app (or perhaps
>DDE-linked apps which I've never figured out). I, too, would like to
>monitor different applications' ports, and have not yet found a way. Any
>ideas?
>Thanks!