Results 1 to 2 of 2

Thread: MsgBox

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    NJ
    Posts
    19
    when you have a message box come up, and the form staying on top, the message box is hidden, is there any way to i dunno, like unstay on top the form? or make the message box stay on top?

    thanks


    ToNy HwK

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ottawa,ON,Canada
    Posts
    217
    No problem, just call the msgbox as follows:
    Code:
    Call MsgBox("Test", vbSystemModal)
    The argument vbSystemModal causes the message to become the topmost window and prevents interaction with any other window until the MsgBox is responded to.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width