05-25-2012 06:43 AM
Hi,
I have a scenario in my project that there is a VC++ GUI for doing certain operation on the UUT through which we can configure the IDs and some file download (through USB) can be done into the UUT. This GUI contains buttons, filepath, checkbox etc. I developed automation Software in LabVIEW for all interface test except with VC++ GUI operation. This GUI i need to control through my LabVIEW application software for automization.
I cant use Call Library code function.vi node or system exec.vi since i dont have any information/details/flow of dlls used in this VC++ GUI.Our Customer also dont have the control on this GUI.
I got a suggestion that it can be controlled by accesing the handle of the VC++ GUI in through windows where we can invoke the key functions on the GUI. Our Customer is suggesting it is possible in VB, VC++.I need to do this through LabVIEW.
Can anybody help me inthis regard?
Regards,
Rajashekar
05-25-2012 06:46 AM
This has been asked before many times. Did you try a search.
For example (among MANY others), controlling a 3rd party application from Labview with Win32API calls
05-25-2012 06:49 AM
I tried and didnt get proper links. Thanks i will go through and check this link.
Regards,
Rajashekar