-
Message Box
I am writing a vb6 program for an accounting program for my parents. As the msgbox function is quite limited in vb6, I decided to write my own message boxes by creating different msgbox forms.
Now, the problem with it is that the input from the message box is what will determine what action to take, but when the customized message box shows up, execution of the calling procedure continues.
How can I get around this problem and make the calling procedure wait for input (from the message box) before continuing execution of the code?
Thanks for any help.
-
Show your customised message box 'Modal'
MyMessageBoxForm.Show vbModal
(Click on 'Show' and press F1 for more detailed explanation.
Greg
-
MsgBox("Your Msg",, "Parent Forms Name")
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|