Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Message Box w/o OK or Cancel Button
#1
I would like a prompt at the end of my macro to show some type of message. Show it for 10 seconds and then close it.

Currenly using mes command but the user must click on the OK button. Is there another command I can use to show this prompt?
#2
Code:
Copy      Help
MES m
m.timeout=10
m.style="i"
mes "aaaaaaaaaaaaaa" "" m
#3
Should have read that help file more carefully.

Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)