|
-
Aug 17th, 2000, 03:08 PM
#1
Thread Starter
Junior Member
In my program, the main form that launches is completely maximized. Occasionally a smaller form might launch. I was wondering how I can prevent the user from clicking outside the smaller form (thus keeping the focus entirely on the smaller form) until he manually closes it using either a command button (unload me) or using the control box.
Please help,
Brandr
-
Aug 17th, 2000, 03:13 PM
#2
Monday Morning Lunatic
Use frmSmallerForm.Show vbModal to make a modal dialogue box.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 17th, 2000, 03:13 PM
#3
Code:
MyForm.Show vbModal
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
|