Results 1 to 2 of 2

Thread: network security

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Galt, Ca
    Posts
    47

    Talking

    i'm thinking of starting a vb project that connects to a computer and takes a screenshot of the desktop using an API call. can this be done with winsock or the inet control?

    -emptywords

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You can do it with the Winsock control. You'd have to have a program running on every computer waiting for a request on a certain port (choose something <1024 to protect against firewalls blocking it). Then the client program just connects to it and sends the request .
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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