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).
Printable View
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).
IF by 'operations' you mean nothing having to do with command buttons and textboxes, etc, then how bout a module?
How about Form.Height = Screen.Height * 2
Definitely, the form is not visible to user, but all the processing is the same
Erm, PerhapsQuote:
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
VB Code:
Me.Top = Screen.Height + 1
Pigmy
:cool: