<br>
' From Access 97 Developer's Handbook<br>
' by Litwin, Getz, and Gilbert (Sybex)<br>
' Copyright 1997. All rights reserved.<br>
<br>
' Find the number of pixels in both directions on the ' Screen, (640x480, 800x600, 1024x768, 1280x1024?). This<br>
' also takes into account the size of the task bar, wherever ' it is.<br>
<br>
intScreenX = adh_apiGetSystemMetrics(adhcSM_CXFULLSCREEN)<br>
intScreenY = adh_apiGetSystemMetrics(adhcSM_CYFULLSCREEN)