Ken
Ken
Hi nopsynops, The following is the basic example, please take a look. ``` using System.Collections.Generic; using System.Threading; using System.Windows.Forms; using MtApi; namespace WindowsFormsApp1 { public partial class Form1 : Form...
I also encountered this error before. It seems that you have installed a 64bit version python. I just simply re-installed the python to 32bit version and solved the problem. Hope...
After comparing the codes with [VirtualSpace](https://github.com/newlooper/VirtualSpace/blob/main/VirtualDesktop11/COM.cs) ``` ///////////////////////////////////////////////////////////////// // COM Interface "B2F925B9-5A0F-4D2E-9F4D-2B1507593C10" // for windows 11 22H2 (>22489) COM Interface require this func. // for windows 11 21H2 (22000.xxx) this...