SUMMARY
The NETCON program sample demonstrates how to create a dynamic-link library
(DLL) that will extend the File Manager application in Microsoft Windows
versions 3.1 and later. The program sample exports a function called
FMExtensionProc(), which File Manager sends messages to during its
initialization. NETCON adds a Quick Connect menu to File Manager (in
Windows for Workgroups, NETCON adds a toolbar button and a help string to
be displayed in the status bar when the toolbar button is selected). When
the Quick Connect menu item is selected, NECON.DLL brings up a Connect
Network Drive dialog box. The program uses the following network
application programming interface (API), which must be supported by the
network that Windows is running on:
MORE INFORMATIONThe following files are available for download from the Microsoft
Download Center. Click the file names below to download the files: http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. To enable File Manager to use the DLL, and the following line to the [AddOns] section of WINFILE.INI:
Additional query words:
Keywords : kbfile kbsample kb16bitonly kbFileManExt kbWinOS310 kbGrpShell |
Last Reviewed: December 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |