09-16-2008 10:31 PM
I have a CVI application (A), I want to development a new application useing CVI to achieve some aims as follows.
1. Call applicatin A and run it
2. Get some Control ID and menu ID from application A
3. Send commond to control the runstates of application A. For exmple: simulation mouse click、change the value of a Numeric Control etc...
4. Close Application A.
I tried use some functions as follows,but failing.
FindWindow();
FindWindowEx();
SendMessage();
I couldnot get the control ID via PE explorer.
How do I??
Thanks!
09-17-2008 04:20 AM