Hi. How to display a top-most messagebox with a icon?
When I set top-most in the "layout" with the icons, the messagebox had
no top-most attribute set.
MessageBox("yesno topmost", "text", "title") ;; topmost
MessageBox("topmost question", "text", "title") ;; not topmost
