LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bring other program to the front

I m trying to bring another Windows exe to the front during part of my test.

 

I have tried the examples that use the method Find the Handle of an Open Window and Bring to Front 

 

But using user32.dll does not seem to work for a 64 bit Windows executable. 

 

user32.dll will return the window handle but it will not raise it to the foreground.

 

Is there a "user64.dll" that provides the same functionality for 64 bit Windows executables?

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 1 of 3
(186 Views)

The example you linked to me works on my 64 bit system, and user32.dll is a 64 bit dll anyway . Could you attach some reproducible code?

0 Kudos
Message 2 of 3
(166 Views)

For me it works in LV2024x64 with one minor issue — on my OS "Calculator" called "Rechner":

front.gif

0 Kudos
Message 3 of 3
(158 Views)