04-25-2011 07:36 AM
I am attempting to get control of certain controls on a 3rd party software window from my labWindows CVI application and I was wondering if there is a way to get a list of the controls on a specified window along with the control's ID using the WinAPI calls.
It would be ideal if I had a script that I could run that would give me a list of all controls (on an open window) with their ID, Child seq, & control name. Is there such a call in WinAPI to do this?
Thanks
05-04-2011 04:49 PM
It's most likely possible to do this with ActiveX. I've included a link to a tutorial below. As well, you will want to take a look at the following forum: http://forums.ni.com/t5/LabWindows-CVI/Is-it-possible-to-access-control-the-device-handles-of-contro...
Building ActiveX Servers in LabWindows/CVI