|
-
Jun 20th, 2002, 04:16 AM
#1
Thread Starter
New Member
Hidden Form W/ Focus?
Looking for how to make a form hidden but still have focus to perform its operations (the only form, .visible doesnt seem to work since its the only form).
-
Jun 20th, 2002, 04:24 AM
#2
IF by 'operations' you mean nothing having to do with command buttons and textboxes, etc, then how bout a module?
-
Jun 20th, 2002, 04:27 AM
#3
Addicted Member
How about Form.Height = Screen.Height * 2
Definitely, the form is not visible to user, but all the processing is the same
-
Jun 20th, 2002, 06:30 AM
#4
Addicted Member
Originally posted by asj
How about Form.Height = Screen.Height * 2
Definitely, the form is not visible to user, but all the processing is the same
Erm, Perhaps
VB Code:
Me.Top = Screen.Height + 1
Pigmy
Remember - The light at the end of the tunnel could well be an on-coming train !
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
|