Skip to content

Commit 062ae3d

Browse files
author
Jayson Ragasa
committed
Update Wed 05/13/2020 / 8:49:02.67
1 parent a5e1a39 commit 062ae3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Multi RDP Client .NET (formerly known as Multi Remote Desktop Client .NET) comes on handy when managing your RDP connections. A simple and friendly user interface for you to work and navigate easily through tabbed RDP remote window. Allows you to Import/Export .RDP files, Disconnect all connection at one click and Connect all your servers at one click as well. You can also change the resolution while working, set the window into fullscreen mode, and as well as enable window stretching and a lot more features!
66

77
# Background
8+
[up](#contents)
89
Thanks to **AxInterop.MSTSCLib (mstscax.dll)** an ActiveX COM Component which you can use to connect on Remote Desktop. So, I made a GUI for it for you to connect on your servers via terminal service on multiple window view in one application. How to use MSTSCAX.DLL?
910

1011
1. You must have the ActiveX file in your system called "mstscax.dll".
@@ -15,6 +16,7 @@ go to your toolbox and Open Choose Toolbox Items and look for Microsoft RDP Clie
1516
I'm guessing you successfully added that control in your toolbar. So I don't think I have to explain how to get that in your Form.
1617

1718
# Screenshots
19+
[up](#contents)
1820
## Main Window
1921
![https://raw.githubusercontent.com/jaysonragasa/MultiRDPClient.NET/master/Multi%20Remote%20Desktop%20Client%20.NET%20(ScreenShots)/MainWindow.jpg](https://raw.githubusercontent.com/jaysonragasa/MultiRDPClient.NET/master/Multi%20Remote%20Desktop%20Client%20.NET%20(ScreenShots)/MainWindow.jpg)
2022

@@ -31,6 +33,7 @@ I'm guessing you successfully added that control in your toolbar. So I don't thi
3133
![https://raw.githubusercontent.com/jaysonragasa/MultiRDPClient.NET/master/Multi%20Remote%20Desktop%20Client%20.NET%20(ScreenShots)/AboutWindow.jpg](https://raw.githubusercontent.com/jaysonragasa/MultiRDPClient.NET/master/Multi%20Remote%20Desktop%20Client%20.NET%20(ScreenShots)/AboutWindow.jpg)
3234

3335
# Features
36+
[up](#contents)
3437
**Command Line Parameters** - *requested by: Simon Capewell*
3538
* /sname "server name"
3639
Can open a new client window by providing a Server Name
@@ -144,6 +147,7 @@ I do give a lot of credits to the people who shared their Ideas, Custom Control,
144147
Credits can be found in my About Window
145148

146149
# Code Snippets
150+
[up](#contents)
147151
A simple example on RDP connection to connect to a remote desktop.
148152
```csharp
149153
// for example, I have my AxMsRdpClient control named rdpClient.
@@ -1161,6 +1165,7 @@ rdp.Update();
11611165
```
11621166

11631167
# Release History
1168+
[up](#contents)
11641169
```text
11651170
June 24, 2015
11661171
UPDATE:

0 commit comments

Comments
 (0)