Hello:
I was trying to obtain some information from a control on a custom application. It seemed like I could GetWindowText(...) on the window, but it returned "". After using Spy++, I determined that the control was actually using WM_PAINT to display the information I needed. I contacted the authors of the software, and here's how they instructed me to obtain the information I need...
"... I suggest using the ActiveX (Automation Server) interface."
I've been searching Google for how to accomplish this; however, I've been unsuccessful. Does anyone know how to create an "ActiveX (Automation Server)?" If possible, can I do this NOT using MFC? Also, any advice on how to accomplish this or specific websites would be much appreciated. I thank all of you in advance for your assistance. Thank you.
Saul775
I was trying to obtain some information from a control on a custom application. It seemed like I could GetWindowText(...) on the window, but it returned "". After using Spy++, I determined that the control was actually using WM_PAINT to display the information I needed. I contacted the authors of the software, and here's how they instructed me to obtain the information I need...
"... I suggest using the ActiveX (Automation Server) interface."
I've been searching Google for how to accomplish this; however, I've been unsuccessful. Does anyone know how to create an "ActiveX (Automation Server)?" If possible, can I do this NOT using MFC? Also, any advice on how to accomplish this or specific websites would be much appreciated. I thank all of you in advance for your assistance. Thank you.
Saul775