change deault port


http://www.s-code.com/forum/Topic2085.aspx
Print Topic | Close Window

By ningjih - Monday, May 26, 2008
I test the ServerX control, set the default port value to 15889, but it seems listening on 5900 port when the control intilizated.
By Yury Averkiev (s-code) - Monday, May 26, 2008
That's correct. What is happening that when the ActiveX gets created its properties are set to their default value. After that in your source code you can the customize properties value.

I understand that it some use cases this could be not-desirable behavior. So we are going to research what can be done about it. One possibility is change ServerX in way, is when the ActiveX instance is created, it wouldn't accept any incoming connections by default. And then you in your code you can set the listening port value of your choice and tell ServerX to start listening for incoming connections. What do you think?

By ningjih - Tuesday, May 27, 2008
Right. That's my requirement.
By ningjih - Tuesday, May 27, 2008
Hi,

Yes, My need is ServerX control will not be accepted connection when it be created, and let my application to control it to listening on specific tcp port for connection request.

When would you modify this feature?

By Yury Averkiev (s-code) - Tuesday, May 27, 2008
I would say as soon as we finishing adding UltraVNC 1.0.4 deployment support to the VNC Manager we could start working on this change request.
My estimate that we could start working on this change in about a week or so.