LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible in LabVIEW to get the actual adress out of the adress bar of a open Windows Explorer window ?

I try to get the path out of the adress bar of the Windows Explorer in Labview. How could I get access to this information.
0 Kudos
Message 1 of 4
(2,619 Views)
Hi,

you can work with the user32.dll to get the information!

In the attachement you can find an example...

regards,
Thomas Sandrisser
NI Germany
0 Kudos
Message 2 of 4
(2,618 Views)
Hi,
thanks for your answer, but if I understand the example right, you get the window title.
I need to get the adress or better the file path wich is shown in the adress bar of the Windows explorer.

Regards

Martin
0 Kudos
Message 3 of 4
(2,618 Views)
Hi,

with this example you get the Window ID!
The window title is needed for the identification!

If you want the file path of the adress bar, you should ask microsoft for further informations!

regards,
Thomas Sandrisser
0 Kudos
Message 4 of 4
(2,618 Views)