Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Message box with NO buttons
#1
I have a message that is exposed via an "inactive message box" (not focused on) that I don't want anyone to be able to make active! = this will create problems for my macro/function. This message shows for a few seconds and disappears.

SO, how can I get the default button "OK'' to not be shown on the Message Box?

Thanks
#2
Standard message box cannot be without buttons. It is possible to hide buttons, but it is not easy. Better use OnScreenDisplay.

Macro Macro2763
Code:
Copy      Help
OnScreenDisplay "[]  Message text.  []" 5 0 0 "" 10 1 1|2|4

Or create a dialog.


Forum Jump:


Users browsing this thread: 1 Guest(s)