02-06-2017 07:11 AM
Hello all
I am booting a linux machine that will register on a given Ip address when finished. I am using activeX webbrowser in labview but to access this webpage i need to enter username and password in a windows security pop-up. My problem is that i cannot automatically detect when this popup appears, do you have any suggestions as to how i can detect this?
p.s. I am using Labview 2014.
02-27-2018 08:25 PM
I am also having the exact same problem, is there a property that can be used to read the ID of this window and do something with it
12-11-2018 10:30 AM
Hi,
to detect the window i use the WinApi tools, this works.
12-11-2018 10:37 AM
Hi,
my problem is i have to fill in the security window the "username" and the "password" to run a foreign .exe.
When i fill the data manually it wors well, but my intention is to do this automatically.
Anyone has ideas to solve this issue ?