AxMsRdpClient6NotSafeForScripting AllowPromptingForCredentials
问题 I try to set AllowPromptingForCredentials to False on AxMsRdpClient6NotSafeForScripting control (on Windows Vista). But AllowPromptingForCredentials is not available. My code is : x = New AxMsRdpClient6NotSafeForScripting CType(x, System.ComponentModel.ISupportInitialize).BeginInit() x.Dock = System.Windows.Forms.DockStyle.Fill x.Enabled = True 'x.Location = New System.Drawing.Point(0, 0) x.Name = "OfficeWin7" P.Controls.Add(x) CType(x, System.ComponentModel.ISupportInitialize).EndInit() x