https://github.com/sojebsikder/remote-desktop-viewer
SImple remote desktop viewer written in C#
https://github.com/sojebsikder/remote-desktop-viewer
csharp rdp remote-desktop remote-desktop-protocol viewer visual-studio
Last synced: 4 months ago
JSON representation
SImple remote desktop viewer written in C#
- Host: GitHub
- URL: https://github.com/sojebsikder/remote-desktop-viewer
- Owner: SojebSikder
- Created: 2021-05-25T17:14:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T18:09:32.000Z (over 4 years ago)
- Last Synced: 2025-04-28T15:43:52.417Z (about 1 year ago)
- Topics: csharp, rdp, remote-desktop, remote-desktop-protocol, viewer, visual-studio
- Language: C#
- Homepage:
- Size: 377 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remote-desktop-viewer
Simple remote desktop viewer written in C#

## Requirement
Visual Studio 2013
## How to compile
### 1) Client application
1. Go to client directory
2. Open client.sln with Visual Studio
3. Then build and run.
### 2) Server application
1. Go to server directory
2. Open server.sln with Visual Studio
3. Then build and run.
## How to use
1. First open server application and click listen buton with your desire port number or keep as it is.
2. Then open client application and click connect with server port. And then click Share My Screen. That's it.