10-22-2019 08:25 AM
Hello,
currently í´m making VI, that should open another appliaction which is not a VI.
I manage to do this by using System exec vi.
Application opens and then ask to enter password.
How i can enter a pasword automaticaly from labview program? Also i need to simulate pressing OK button...
Thank you
10-22-2019 08:34 AM
10-22-2019 08:37 AM - edited 10-22-2019 08:38 AM
Hi milan,
use AutoIt. Or try to fiddle with Windows API function calls to manipulate windows of other applications…
10-22-2019 09:05 AM
Thanks for a fast answer...
How i can implement this code... It write hello as it should be, but i cannot to connect with field i want to type...
Can you advise?
Thanks.
Best regards.
10-23-2019 12:35 AM
10-23-2019 12:40 AM
Oh, and you may want/need to activate that application window too:
https://forums.ni.com/t5/LabVIEW/Bring-Window-Forward-Executable/m-p/3923832/highlight/true#M1114785