Is it possible to have a little tooltip-like window in the corner of the screen to display the macro's status while it runs?
If so, how please?
EDIT: Oops, I just found this thread which will probably work for me.
http://www.mjtnet.com/forum/viewtopic.php?t=2893
Tooltip Popups
Moderators: JRL, Dorian (MJT support)
-
- Macro Veteran
- Posts: 260
- Joined: Fri Apr 15, 2005 8:32 am
-
- Macro Veteran
- Posts: 260
- Joined: Fri Apr 15, 2005 8:32 am
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
I do not know of any way to create tooltips with VBScript. Tooltips are special windows, so I can't see how VBScript could create them. A Custom Dialog, with some Win32 API to remove the borders, and position in the right place is the only way I can think of doing this. The tricky part would be determining where to position the window.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Macro Veteran
- Posts: 260
- Joined: Fri Apr 15, 2005 8:32 am