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

    Remote Screen capturing

    It is urgent. Please help to solve it.
    I want to capture the activities of a computer(track mouse and keyboard)from a remote machine.
    It is to be done in VC++.
    Please notify the technology with the necessary APIs.
    I want to know about how a remote machine can be shutdown from another
    Thank you

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Remote Screen capturing

    You cannot capture keyboard and mouse remotely without a client application.
    The little client application runs on the remote computer and monitors all keyboard and mouse activities. It then forwards this information to the other PC that is interested in this (the server PC).
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Dec 2003
    Location
    Gods own country, India
    Posts
    248

    Re: Remote Screen capturing

    have a google for VNC , remote desktop viewer in codeguru and code project

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