LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a VI pop up above all other windows in 8.6

Solved!
Go to solution

Hello!

I have a VI that when called on, pops up to allow a user to make a choice. My issue is that I cannot figure out how to get it to pop up above all other windows using LabView 8.6. I know there is a property node that works in 2013 called NativeWindow, but that doesn't seem to be a valid property in 8.6. Does anyone know of a way to accomplish this in 8.6?

0 Kudos
Message 1 of 2
(2,387 Views)
Solution
Accepted by topic author ebohannon

Hi ebohannon.

 

- when you want your VI/frontpanel in front of other LabVIEW windows you need to set it to modal

- when you want your window in front of other windows of other software you need to call a Win32 function: use this for inspiration…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,378 Views)