Updated Components Check to check for Remote Desktop Connection 6.1.

This commit is contained in:
Riley McArdle
2010-02-02 20:57:10 -06:00
parent e3ae10518d
commit 7c41abb1b4
2 changed files with 4 additions and 4 deletions

View File

@@ -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