top of page

Remote Desktop Using C#


This is the running application of a remote desktop

Introduction:

Hi Guys! good morning!, good afternoon! and good evening!. I just wanted to share with you the remote desktop application using c# programming language in a .NET platform. YES! let's talk about programming, yay!. Actually, I finished this project last summer and it was during my internship training. Of course i didn't finished this without any help of research and source codes all over the internet. I've seen a lot of article about this remote desktop. So, With the help of internet and those articles i found out that there is a Microsoft Terminal Services Client ActiveX control.

What is Microsoft Terminal Services?

Remote Desktop Services, known as Terminal Services, is one of the components of Microsoft Windows that allows a user to take control of a remote computer or virtual machine over a network connection. This is the component that we needed to create a some kind of platform that allow us to login from the different computers. All we need is to get the IP Address, Username and Password of the Client computer the you want to remote. Wonder if we can use this from different version of Microsoft Windows Operating System? I've tried few OS, It worked on Windows 7, Windows 8, Windows 8.1, and Windows 10. Well, I don't if will work on the early windows operating system like Windows XP and Windows Vista.

This application may help you to get some files from the client computer or you just want to control the client computer and have some fun.

Procedures:

Step 1: Create new project and select Windows Form Application

Step 2: Create a 3 textboxes, 3 labels and 1 button

Step 3: Add New Windows Form for the Microsoft Terminal Services

Step 4: Go to Toolbox, Right Click and Select Choose Items

Step 5: Select COM Components and Select Microsoft Terminal Services Client Control-version 1

Step 6: Add the Library MSTSCLib;

Step 7: Add these codes on the Button(Remote Button)

How to get the IP Address? Open the cmd and type "ipconfig" there you will see the IPv4 Address. Also make sure that client computer is connected to the network and it's allow to be remote.

And that's it!!! Please try this and enjoy... Have Some FUN!

Reference: https://en.wikipedia.org/wiki/Remote_Desktop_Services


Featured Posts
Check back soon
Once posts are published, you’ll see them here.
Recent Posts
Archive
Search By Tags
No tags yet.
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page