|
|
CODE Private Declare PtrSafe Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" ( _
lpOFN As OPENFILENAME _ ) As Long [edit] DependenciesNOTE: 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: GetOpenFileName
|
| This page has been accessed 2,139 times. This page was last modified 17:06, 30 September 2011 by WaynePhillips. Contributions by BananaRepublic Disclaimers |