|
|
CODE Private Declare PtrSafe Function SetWindowPos Lib "user32" ( _
ByVal hWnd As LongPtr, _ ByVal hWndInsertAfter As LongPtr, _ ByVal X As Long, _ ByVal Y As Long, _ ByVal cX As Long, _ ByVal cY As Long, _ ByVal uFlags As Long _ ) As Boolean NOTE: The code reflects a possible number(s) of declarations. Depending on your specific needs, you may want different syntax. For details on how to declare an API procedure, consult API article. For pre-VBA7 (pre-Access 2010) compatible syntax, there are several sites that already documents the same API in more details. ALLAPI at mentalis.org is one such resource. MSDN Reference: SetWindowPos
|
| This page was last modified 13:52, 14 May 2011. This page has been accessed 315 times. Disclaimers |