|
-
Apr 5th, 2000, 06:14 AM
#1
Thread Starter
Junior Member
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
-
Apr 5th, 2000, 07:42 AM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|