08-31-2007 12:10 AM
08-31-2007 09:30 AM
08-31-2007 09:57 AM
thanks zou, It is a non-labview application, basically the software for our photon counter system. I have tried many methods other than the SendKeys method but that application does not support them, How can I try to open the application via External library?....It does not come with a DLL, OCX or any active-x supported libraries...
Thanks again
08-31-2007 12:10 PM - edited 08-31-2007 12:10 PM
Message Edited by zou on 08-31-2007 12:11 PM
08-31-2007 12:18 PM
08-31-2007 01:54 PM
08-31-2007 01:54 PM
09-06-2007 06:55 PM - edited 09-06-2007 06:55 PM
Muttee wrote:Also, I have Labview 8.0 so the Active Window vi on your website is not working on my system...
It's availalbe in LV8.0 & 8.2 now. But I hope you don't need it.
Instead,try the Analyze Window library. It can enumerate all window objects on your window, and list in a tree control.
You can select the object you want to send text to, and send a test string to it, or send a click to a button. You don't need to bring your application window to the front or acitivate it. Send String.vi and Send Click.vi send only to the object you specify, not any window happen to be active.
Another top level vi in the library demonstrates how to send string and click to the standard Window's Open File Dialog window.
Message Edited by zou on 09-06-2007 07:04 PM
09-06-2007 08:24 PM
wow thanks Zou,
Yes, i actually do not need it anymore, I am finished with a project and it was a success. This looks like a useful VI though, but does the user have to select the window to send keys every time or can I specify once the name of the applications to send keys to?...
Anyways thanks a lot once again,
- Muttee
09-07-2007 09:19 AM