Hi.
I downloaded your UDP client and everything worked fine except for one small thing... I couldn't BIND a port.
I'm making a ASP script that communicates with a server that sends data back on a specific port and there for I need to bind that port.
But, that doesn't seem to be possible with your UDP client.
What i'd like to be able to do is something like:
<% Dim port Dim ip dim obj dim c
ip = "111.111.111.111" port = "1122"
set obj = server.CreateObject("Intrafoundation.UDPClient")
c = obj.Open( ip , port) c = obj.bind = "1111" %>
If you could add this to your COM object I'd be SO happy.
-------------------------- Email: zilver@redbull.nu