CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Remote computer

  1. #1
    Join Date
    Apr 1999
    Posts
    72

    Remote computer

    How can I connect to a remote computer? And do things like start a program (Microsoft Word), shut down (Start up) the computer?

    Thanks!
    Nathan Strandberg


  2. #2
    Join Date
    Aug 2002
    Location
    Germany, Berlin
    Posts
    60
    Connecting via Server/Client pair. Server is on the remote machine and accept connections.

  3. #3
    Join Date
    Aug 2002
    Location
    Germany, Berlin
    Posts
    60
    You can easily set cmd over the server prg using a shell,
    but for starting the server you probably need rpc or dcom.

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