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.CreateControl() x