Displaying Message On Top

Started by geauga, January 05, 2015, 11:51:10 AM

Previous topic - Next topic

geauga

I neeed to give status while a program is running using Message or Display but anothr program is running and my message is behind this windows.  Is there a way to force the message to display on top?

td

You can use the WinActivate or WindowOnTop functions to make  a window appear at the top of the z order. 

Code (winbatch) Select

WindowOnTop("",1)
Message("On Top", "I am a topmost Window")
WindowOnTop("",0)

"No one who sees a peregrine falcon fly can ever forget the beauty and thrill of that flight."
  - Dr. Tom Cade