10-13-2010 01:30 PM
HI Again,
Here is another question. How do I get the "Display Message to User" to pop up in front of all windows? Right now, I have to open the minimized progrm to see what the message is. How do I automatically get the message on top of all windows, Thanks!
Vj
10-13-2010 02:43 PM
Isn't the LabVIEW Help great?
http://zone.ni.com/reference/en-XX/help/371361G-01/lvprop/vi_fp_windowis_frntmst/
10-13-2010 03:07 PM
Sarcasm??? I'll take it... 🙂
10-13-2010 05:26 PM
10-13-2010 05:43 PM
Be very careful on how you handle pop up windows! Bad things can happen if you do not take care of things properly.![]()
10-20-2010 10:07 AM
Hey Guys,
IsFront property bring the error pop up on screen; but it is still behind the other software I am running.
What I have is two programs running; one is a LabVIEW program and the other is a commercial software; both communicating with each other through RS232. The commercial software hogs the screen and unless I manually click the LabVIEW taskbar, I am unable to bring it to the front of the screen.
Is there any other way to overcome this?
Thanks!
10-20-2010 10:32 AM
Then you need to use operating system calls to get the window to the front. On Windows you can use the Windows API Function Utilities (32-bit) for LabVIEW