Make Popup Form (Dialog)'s height as same as Window/Montior/Screen Height (1 Viewer)

accessman2

Registered User.
Local time
Today, 09:24
Joined
Sep 15, 2005
Messages
335
Hi,

When the user click the button, then it will give out a popup form to the screen, but I want to make the popup form's height as same as the screen/window/monitor's height, because the popup form's height is larger than the screen's height, and every user's monitor's height is different. So, I have to make it flexiable change of the height of the popup form.
How can I check the screen/window height by VBA function?
In Excel, it has Application.Height to check. In MS Access Form, I cannot find one for doing that.

Please let me know if you have one.
Thanks.
 

ajetrumpet

Banned
Local time
Today, 11:24
Joined
Jun 22, 2007
Messages
5,638
could you not just maximize the window upon opening it?
 

Users who are viewing this thread

Top Bottom