How to login to the Microsoft RDP Client Control ActiveX using QAxContainer.QAxWidget() and PyQt
问题 everyone! Help me please with connecting to the Microsoft RDP Client Control using QAxContainer.QAxWidget() in Python and PyQt... This is my code snippet: QAx_RDP = QAxContainer.QAxWidget(self) QAx_RDP.setControl('{54d38bf7-b1ef-4479-9674-1bd6ea465258}') QAx_RDP.setProperty('Server', 'xxx.xxx.xxx.xxx') QAx_RDP.setProperty('UserName', 'user') QAx_RDP.Connect() All works fine, but I need to enter the password manually... My QAx_RDP object has the AdvancedSettings2.ClearTextPassword property,