Keeping script dialog on top

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

chrisjj
Posts: 5007
Joined: Wed Feb 14, 2007 5:14 pm
Location: UK

Keeping script dialog on top

Post by chrisjj »

How can generate an app-modal MsgBox from VBS script running in MM?

Adding vbApplicationModal thus:

Code: Select all

' MsgBox "test" ,vbApplicationModal,"test" 
fails to make the box app modal.

I have a VBS script run from MM that shows a dialog box (using MsgBox) and though when this appears it is on top, if the mouse wanders over a tooltipped control in the inactive MM window behind, MM shows a tolltip (presumably a bug) which brings the MM window in front of the dialog. I want the dialog to stay visible, and am happy that MM accepts no input meanwhile, so app modal seems a good solution. Alternatively if there's an 'always on top of app's other windows' option, I'd like to hear.

Thanks.
Chris