0
Answer

activex control in mdi child form

Ask a question
John

John

13y
14.1k
1

trying to write an app consisting of MDI parent where the child forms are:
-  created with the Microsoft Terminal Services Control
- connected to remote server (from a listbox)
I can get it to work in a SDI, however whenever I try to spawn the child window in MDI format  I get:
System.InvalidOperationException was unhandled
  Message="Unable to get the window handle for the 'AxMsTscAxNotSafeForScripting' control. Windowless ActiveX controls are not supported."
  Source="System.Windows.Forms"
any ideas out there?