ACC: How to Position Microsoft Access on the Screen (95/97)Last reviewed: August 28, 1997Article ID: Q148856 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multi-user skills. To position Microsoft Access on the screen, you need to call the SetWindowPos() Windows API function. This article gives a brief demonstration of how to position Microsoft Access on the screen. This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to your version of the "Building Applications with Microsoft Access" manual.
MORE INFORMATIONTo position Microsoft Access on the screen, to use the SetWindowPos() application programming interface (API) function included in the User32.dll dynamic link library (DLL) included with Windows. To do so, follow these steps. NOTE: You may have some Microsoft Windows API functions defined in an existing Microsoft Access library; therefore, your declarations may be duplicates. If you receive a duplicate procedure name error message, remove or comment out the declarations statement in your code.
REFERENCESFor an example of how to position Microsoft Access on the screen in Microsoft Access version 2.0, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q95934 TITLE: ACC2: How to Position Microsoft Access on the Screen |
Additional query words: api resize size
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |