Greetings!

Everytime I use msgbox command the active form view is disappear when the message box executed. And it appears again after the message box finished the execution.

Anybody know how to display message box without disappearing the active form view.. I want to restore the form display when the message box appear.

thanks in advance

Recommended Answers

All 2 Replies

do you have the code of the form and the message box
msgbox("hello",vbokonly,"hello ")the default form should not dissappear.
try adopting my code jireh hope it help you as far as i know the view form should not disappear unless ur software has a problem.
make the for visilble form1.visible= true after the messagebox

Hi locsin,

I guess, you must have set Form's
Border = Fixed Dialog,
make it
Border = Fixed Single
With msgbox, you form will not disappear..

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.