Results 1 to 3 of 3

Thread: Common Dialog Control

  1. #1

    Thread Starter
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268

    Question

    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.
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

  2. #2
    Hyperactive Member MPrestonf12's Avatar
    Join Date
    Jun 1999
    Location
    NY
    Posts
    330

    Cool 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

  3. #3

    Thread Starter
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268
    And upon completion of that the filepath property will contain the path? Or does it work some other way?
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width