G
Guest
Trying to get the size of the Access work area i.e. the size of the Maximized Window minus the TitleBar, MenuBar,
ToolBar(s), StatusBar and TaskBar (if its on that monitor
the code I have measures the entire screen
AccWinWidth = fPixelsToTwips(GetSystemMetrics(SM_CXSCREEN), "X") ' <--- use other call for app's window are
AccWinHeight = fPixelsToTwips(GetSystemMetrics(SM_CYSCREEN), "Y"
Isn't there a way to get the size of the Client Area (am I using the right word?) of the Access window directly?
aha tia, blm
ToolBar(s), StatusBar and TaskBar (if its on that monitor
the code I have measures the entire screen
AccWinWidth = fPixelsToTwips(GetSystemMetrics(SM_CXSCREEN), "X") ' <--- use other call for app's window are
AccWinHeight = fPixelsToTwips(GetSystemMetrics(SM_CYSCREEN), "Y"
Isn't there a way to get the size of the Client Area (am I using the right word?) of the Access window directly?
aha tia, blm