Basically I want an app to be listening on port 1500 so that when i enter http://localhost:1500 it would call a function for me. Am using vb.net with vs studio 2003. I want to use windows API instead of winsock because i dont have vb6 any more
Printable View
Basically I want an app to be listening on port 1500 so that when i enter http://localhost:1500 it would call a function for me. Am using vb.net with vs studio 2003. I want to use windows API instead of winsock because i dont have vb6 any more
hmmmm..... I think .NET 1.1 has a Sockets class, a part of System.Net namespace. You can use that to work on your problem.