Re: ActiveX control functionality

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Gino" <jino@xxxxxxxxxxx> wrote in message news:eNowaBu4HHA.1484@xxxxxxxxxxxxxxxxxxxxxxx
I need to apply some tcp communication capability to an ActiveX control and I don't know if it will work. specifically, it should implement tcp server that listens on some port and do something when client connects.

Is that possible?
Thanks

Of course. An ActiveX control can do anything that other programs can do.

The control is a child window and will be destroyed by its parent window when the parent window closes.

.