|
-
Jul 26th, 2000, 08:56 PM
#1
Thread Starter
Hyperactive Member
As I'm sure this has already been asked and answered several times before, how do I use the common dialog control. I don't ask for a complete tutorial to be written out here, just that someone PLEASE direct me to an article or something.
-
Jul 26th, 2000, 09:06 PM
#2
Hyperactive Member
commodialog
The general functions of it are Open,save as, font, and color.You can set filters heres a simple example:
With commondialog1
.filter = "All files|*.*| 'filter files
.initdir = "C:/win 'set directory
.showopen 'show the dialog box
end with
Matt 
-
Jul 26th, 2000, 09:11 PM
#3
Thread Starter
Hyperactive Member
And upon completion of that the filepath property will contain the path? Or does it work some other way?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|