CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    7

    How to know which file or dirctory is visted by neighbor?

    And who is the vistor?

    Thanks


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: How to know which file or dirctory is visted by neighbor?

    I am not sure how to check on this, but I know you can look at the TCP/UDP table to find out all you connections to outside world, i.e. you will find out who connected to your pc as well.

    refer http://vblib.virtualave.net, there is a function Netstat in vbInternet

    HTH


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured