UDP messages (VB6)
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to receive UDP messages broadcasted by my server,how do I go about it. I tried to create one socket with protocol as UDP and addes in formload following commends Winsock1.LocalPort = 3001 Winsock1.Bind 3001 where 3001 is the port on which server is sending the data. but I am not able to receive anything Please help
-
I want to receive UDP messages broadcasted by my server,how do I go about it. I tried to create one socket with protocol as UDP and addes in formload following commends Winsock1.LocalPort = 3001 Winsock1.Bind 3001 where 3001 is the port on which server is sending the data. but I am not able to receive anything Please help