|
|
Bug Fix! June 13/2003 The calling functions must reside in the Form's Class module or you will GPF at intermittent times. Thanks to Richard Bernstein for the head up! Functions to allow you to specify the opening folder to be displayed when calling the Browser Folder Dialog window. Also allow you to specify position for the standard windows File Dialog to open at: Adapted from a sample here: http://www.mvps.org/vbnet/index.html?code/callback/browsecallback.htm A2KCallbackBrowse.zip - For A2K or higher A97CallBackBrowse.zip - For A97
Version 4 June 13/2003 Fixed intermittent GPF bug. The GPF's were caused by memory allocation issues for the pathname string when the code resides in a standard Code module. This code must reside in the form's Class module. Version 3 Added ability to force File Dialog window to open at current cursor coordinates.
|
|
|