|
-
Jul 5th, 2000, 02:12 PM
#1
Thread Starter
Addicted Member
Hello!
I have sub where I show form and then execution of code behind Form1.show must wait until Form1 unloads. Something like that:
Sub Main()
Form1.show '(login form)
'here must program execution stop until form1 is unloaded
'but I don't know how can I do that
...
... 'other code
...
End Sub
Can anyone help me with that?
Zvonko Bostjancic
Ilirska Bistrica, Slovenia
[email protected]
Using VS6 Professional with SP3
Programming mostly in VB and I've started to learn VC++ & MFC
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
|