|
-
Jan 2nd, 2000, 11:20 PM
#1
Thread Starter
Hyperactive Member
Is there any way to show a vbModal form but my background form still running while the modal form is shown?
Thanks
-
Jan 3rd, 2000, 12:11 PM
#2
Hyperactive Member
Nope, but you can show the form modeless and disable the main form. Doesn't work completely like showing a form modal but it's the closest you can get.
-
Jan 3rd, 2000, 12:39 PM
#3
Guru
You could SHOW your second form, form2 (non modal), and in your form1_activate, if form2.visible = true then form2.setfocus
HTH
Tom
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
|