Home > Net >  How to get another program window third-party controls (Iocomp --> TiAnalogDisplay)
How to get another program window third-party controls (Iocomp --> TiAnalogDisplay)

Time:10-05

SPY++ also cannot obtain the control of the content, only get control of the handle and the information such as name of the class, in the program using the API (GetWindowText/SendMessage) are not getting the content,

CodePudding user response:

ReadProcessMemory API
  • Related