Hello,
I am running Labview 8.0 on Windows XP. I have a VB program that calls a Labview vi to do a task, then that Laview vi closes itself when it is done. This happens a few times per hour.
I would like the vi front panel to open when launched, but behind any other windows (other applications) that are in use. Therefore, if a user is, say, analyzing data with Excel, she won't have a Labview window popping up every twenty minutes. However, I don't want the vi to start minimized in the tray. The reason for that is that if a user closes other applications, I want her to obviously see that the Labview vi is running (and see the data streaming in).
So is there a way to specify that the front panel open to its natural size, but
behind any other windows already open? I see in other threads how to have it come to the front and I know how to simply have it minimize or hide itself.
As an aside (tip), I have Windows run a small vi that simply hides itself and loops forever at startup. Therefore, Labivew does not have to restart everytime the VB program calls the main vi to do its task (also avoids the "getting started" screen coming up each time the vi closes). Others may find this trick useful (or is it obsolete?).
Thanks for any advice,
ryan