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

Thread: Remote Control

  1. #1
    Join Date
    Feb 2004
    Location
    Estonia, Tartu
    Posts
    1

    Remote Control

    I have an idea. I have 2 computers. One of them is behind the hardware firewall so that only I can get out of that machine (and supposedly anybody cannot come in) and the other one is web server.

    I use eMule and I have low ID in my home computer because of this firewall. I'm a long time and way away from my home computer but I want to control than one from a distance.

    So I have an idee. I upload to my homepage simply a plain text fail where I have written down some commands. My "program" will check frequently for that file and if there is something then it does that what there is said and uploads a screenshots and other needed information. I also have to controll a mouse and keyboard. So I will have to controll another application from my one.

    So, what do you think. Is it hard to do or not. I'm a n00b in C++ and MFC. I wanna learn a lot on my way to this goal. If I develope it further then it can be a good helpmate.

    1. How to insert text to another program textbox and how to "fake" mouse clicks and movements?

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882
    see keybd_event API.
    Regards,
    Ramkrishna Pawar

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