windows-remote-control

所属分类:网络编程
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2017-09-02 13:50:15
上 传 者sh-1993
说明:  这个项目是在我的硕士学位期间为系统和设备编程课程开发的。它是一种用于远程公司的客户机-服务器解决方案...,
(This project was developed for System and Device Programming class during my master s degree. It s a client-server solution for remote control of Windows computers.)

文件列表:
Client/ (0, 2017-09-02)
Client/App.xaml (313, 2017-09-02)
Client/App.xaml.cs (296, 2017-09-02)
Client/Client_pds.csproj (6857, 2017-09-02)
Client/Client_pds.sln (916, 2017-09-02)
Client/Icon1.ico (94334, 2017-09-02)
Client/MainWindow.xaml (19740, 2017-09-02)
Client/MainWindow.xaml.cs (4622, 2017-09-02)
Client/MainWindowViewModel.cs (36583, 2017-09-02)
Client/Models/ (0, 2017-09-02)
Client/Models/ApplicationModel.cs (2813, 2017-09-02)
Client/Models/ProcessModel.cs (4622, 2017-09-02)
Client/Models/ServerModel.cs (37912, 2017-09-02)
Client/ObservableObject.cs (1817, 2017-09-02)
Client/Properties/ (0, 2017-09-02)
Client/Properties/AssemblyInfo.cs (2247, 2017-09-02)
Client/Properties/Resources.Designer.cs (3159, 2017-09-02)
Client/Properties/Resources.resx (6072, 2017-09-02)
Client/Properties/Settings.Designer.cs (1067, 2017-09-02)
Client/Properties/Settings.settings (195, 2017-09-02)
Client/RelayCommand.cs (1128, 2017-09-02)
Client/Resources/ (0, 2017-09-02)
Client/Resources/Icon1.ico (94334, 2017-09-02)
Client/ViewModels/ (0, 2017-09-02)
Client/ViewModels/ErrorWindowViewModel.cs (1287, 2017-09-02)
Client/Views/ (0, 2017-09-02)
Client/Views/ErrorWindowView.xaml (1582, 2017-09-02)
Client/Views/ErrorWindowView.xaml.cs (592, 2017-09-02)
Server/ (0, 2017-09-02)
Server/MyWindow.cpp (7827, 2017-09-02)
Server/MyWindow.h (375, 2017-09-02)
Server/Server.cpp (27127, 2017-09-02)
Server/Server.h (35, 2017-09-02)
Server/Server.ico (63422, 2017-09-02)
Server/Server.rc (5562, 2017-09-02)
Server/Server.sln (1265, 2017-09-02)
Server/Server.vcxproj (8491, 2017-09-02)
... ...

# windows-remote-control This project was developed for System and Device Programming class during my master's degree. It's a client-server solution for remote control of Windows computers. The server, coded in C++, retrieves the list of windows belonging to applications running on the host system, information about related processes and which window has focus. At first, the server sends the list to an eventually connected client, then it notifies the client about significant events such as focus changes and closing/opening of applications. In addition, the server can execute keys combinations (which might eventually include Ctrl/Alt/Shift modifiers key), received from the client, on running applications. The client is a GUI application coded in C#. After connection to a server is established, it retrieves and displays the list of running applications together with the related process icon. It also monitors focus time of each application since connection to server started. The client can connect to many servers displaying statistics about each connected server and can send keys combinations to all servers where is running a certain application.

近期下载者

相关文件


收藏者