Click here to Skip to main content
15,892,298 members
Articles / Desktop Programming / MFC

Remote Control PCs

Rate me:
Please Sign up or sign in to vote.
4.60/5 (150 votes)
20 Sep 2013GPL3 897K   63.9K   489  
Two projects that work together to remote control PCs across a LAN.
REGEDIT
; This .REG file may be used by your SETUP program.
;   If a SETUP program is not available, the entries below will be
;   registered in your InitInstance automatically with a call to
;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.

HKEY_CLASSES_ROOT\.RDS = RDV.Document
HKEY_CLASSES_ROOT\RDV.Document\shell\open\command = RDV.EXE %1
HKEY_CLASSES_ROOT\RDV.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\RDV.Document\shell\open\ddeexec\application = RDV
    ; note: the application is optional
    ;  (it defaults to the app name in "command")

HKEY_CLASSES_ROOT\RDV.Document = RDV.Document

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Founder
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions