Find Code:
All Words
Any of the Words
Exact Phrase
Home
:
Code
:
Forums
:
Submit
:
Mailing List
:
About
:
Contact
Code
All
VB.NET
ASP.NET
C#
VB Classic
ASP Classic
Snippets
Popular
Resources
Submit Code
Forums
Articles
Tips
Links
Books
Contest
Link to us
This is an ActiveX control that has an Open and a
Author:
Jeremy E. Reed
E-mail:
Click to e-mail author
Website:
http://www.reedware.cjb.net
Submitted:
10/2/2001
Version:
VB4
Compatibility:
VB4, VB5, VB6
Category:
ActiveX
Downloads:
6248
This is an ActiveX control that has an Open and a Save dialog box to replace the dialogs in Microsoft Common Dialog. Both the dialog boxes return a string value of the path and file that the user selected using the dialog box. The control uses custom error handling methods to prevent VB's horrible error displays. Public Function ShowSave(Optional ByVal strPath As String, Optional ByVal strFilePattern As String, Optional ByVal strTitle As String, Optional ByVal strSaveButtonCaption As String, Optional ByVal xLeft As Long, Optional ByVal yTop As Long, Optional ByVal blnModal As Boolean) As String Public Function ShowOpen(Optional ByVal strPath As String, Optional ByVal strFilePattern As String, Optional ByVal strTitle As String, Optional ByVal strOpenButtonCaption As String, Optional ByVal xLeft As Long, Optional ByVal yTop As Long, Optional ByVal blnModal As Boolean) As String
Home
|
Forums
|
Submit
|
Books
|
Mailing List
|
Advertising
|
About
|
Contact
© 2023 A1VBCode. All rights reserved.
Legal disclaimer & terms of use
Privacy statement