I have a third party application that is using a certain UDP port on my machine. I have built another VB6 app that is using data from the same port for its calculations.
I have no problem retrieving the data while the third party application is closed, but when it is running, my app cannot retrieve the data, since it tells me the address is already in use.

Is there a way to share the port between the two applications? I cannot turn off either application, since I need them to run together. Any possibility?

Thanks