「Microsoft RDP Client Control バージョン 9」を使用しようとしていますが、フォームのコントロールに何も表示されません。これが私のコードです
axRDP.Server = "10.10.10.10"
axRDP.UserName = "Domain\Username"
Dim secured As IMsTscNonScriptable = DirectCast(axRDP.GetOcx(), IMsTscNonScriptable)
secured.ClearTextPassword = "Password1"
axRDP.Connect()
私のコードの何が問題なのか、それを解決する方法を知りたいです。