Results 1 to 3 of 3

Thread: Remote Applications

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    4

    Post

    Greetings all. I am very new to VB and programming at large.

    I work in an internet cafe and would like to remotely have message popup on computers sent from the assistant on duty's computer.

    Also I would like to be able to shutdown these computers from a central computer and maybe start applications to run on the remote PC.

    Is there any way of writing an application to do this in VB6.

    Please help. Thank you.
    ~QUBi~

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    First off, you're probably on a TCP/IP network, so that's okay...

    Right. You need two programs, a client and a server. The client program, when signalled by the server, will popup a message or run a program. It can also close programs if you need. The server will connect to the specific client, and send the right information. The Winsock control will help here.

    The client, when run, hides itself and waits for a connection from the server. The server connects to the client on a command from the assistant on duty.

    Hope this helps.
    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

  3. #3
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    yeah, Parksie is right,
    you can find a demo @
    http://www.vbsquare.com/demos/comms-demo/index.html

    Have fun
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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