ACC2: Sample Function for a Directory-Selection Dialog BoxLast reviewed: July 30, 1997Article ID: Q128886 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. This article demonstrates how to create a sample user-defined Access Basic function that you can use to provide users with a directory-selection dialog box. This method is similar to the Open file common dialog box that can be called from Access Basic. This sample function is based on the directory-selection function used by the Microsoft Access Developer's Toolkit (ADT) Setup Wizard. It requires that the SWU2016.DLL file be located in the Microsoft Access directory or, if the sample function is used with a Microsoft Access run-time application, that the SWU2016.DLL file be located in the same directory as the MSARN200.EXE file. You can ship the SWU2016.DLL file with a Microsoft Access application, but it is only available when you install the ADT. It is copied to the Access directory during ADT Setup. This file is not available from Microsoft Access Product Support Services. Because this is a support file included with the ADT, it is subject to change in future versions of the product. This article assumes that you are familiar with Access Basic and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Access Basic, please refer to the "Building Applications" manual.
MORE INFORMATIONTo create a directory-selection dialog box on a form, follow the steps below.
Keywords : GnlOthr kbusage Version : 2.0 Platform : WINDOWS Hardware : x86 Issue type : kbinfo |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |