Thursday, November 5, 2009

How do I find the IP addresses of computers accessing a network using visual basic?

I need a way to find the IP addresses of computers accessing a network by using visual basic. It would also be nice if the user logged on to the computers could be found as well. Is there any function that can do that?



How do I find the IP addresses of computers accessing a network using visual basic?computer security



Look in your VB help for Request.ServerVariables. I'm not sure if it can be used in a straight VB application with no web page but maybe that's what you need.



hope that helps

No comments:

Post a Comment