LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to bring Labview window to the front?

How do I bring the Labview window to the front? Using Invoke Node works with Microsoft Outlook but not Excel nor Internet Explorer. See attached vi or png.
Download All
0 Kudos
Message 1 of 5
(4,067 Views)
It is working for me.Does it depend on the version of excel then?
0 Kudos
Message 2 of 5
(4,057 Views)
It works fine for me also.
 
I hope it doesn't depends on the version.....
 
The thing to be noted is, only if the labview window was minimized and then any other application window was bring to front, then during the execution, the labview window will get back to front emerging from the minimized position. If you had any application in front and the labview window just lying back (not minimized) then the program won't work as u expected.
 
Hope i was clear and
Hope it helps!
 
Mathan
0 Kudos
Message 3 of 5
(4,049 Views)

The thing to be noted is, only if the labview window was minimized and then any other application window was bring to front, then during the execution, the labview window will get back to front emerging from the minimized position. If you had any application in front and the labview window just lying back (not minimized) then the program won't work as u expected.


Fra6,
           Yes mathan is right .That is one thing i also noticed now.
0 Kudos
Message 4 of 5
(4,044 Views)

Hi fra6,

i think to get what you need you can use some functions from the user32.dll, but see also this function and the description.
http://msdn.microsoft.com/en-us/library/ms633539(VS.85).aspx

Hope it helps.
Mike

0 Kudos
Message 5 of 5
(4,017 Views)