ACC: How to Position Microsoft Access on the ScreenLast reviewed: June 8, 1997Article ID: Q95934 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. To position Microsoft Access on the screen, you need to call the SetWindowPos() Windows API function. The article gives a brief demonstration of how to position Microsoft Access on the screen.
MORE INFORMATIONTo position Microsoft Access on the screen, you will need to use the SetWindowPos() application programming interface (API) function included in the USER.EXE dynamic link library (DLL) included with Windows. Implement this function as follows:
REFERENCESFor an example of how to position Microsoft Access on the screen in Microsoft Access for Windows 95 version 7.0, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q148856 TITLE: ACC: How to Position Microsoft Access on the Screen (95/97) |
Additional query words: resize size
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |