An open API service indexing awesome lists of open source software.

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#

Awesome Lists containing this project

README

          

# remote-desktop-viewer
Simple remote desktop viewer written in C#

![alt text](https://github.com/SojebSikder/remote-desktop-viewer/blob/main/ss/img1.PNG?raw=true)

## 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.