mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Updated Components Check to check for Remote Desktop Connection 6.1.
This commit is contained in:
@@ -489,10 +489,10 @@ Namespace UI
|
||||
pnlCheck6.Visible = True
|
||||
|
||||
|
||||
Dim RDP As AxMSTSCLib.AxMsRdpClient5 = Nothing
|
||||
Dim RDP As AxMSTSCLib.AxMsRdpClient6NotSafeForScripting = Nothing
|
||||
|
||||
Try
|
||||
RDP = New AxMSTSCLib.AxMsRdpClient5
|
||||
RDP = New AxMSTSCLib.AxMsRdpClient6NotSafeForScripting
|
||||
RDP.CreateControl()
|
||||
|
||||
Do Until RDP.Created
|
||||
|
||||
Reference in New Issue
Block a user