Results 1 to 2 of 2

Thread: Retaining current directory

  1. #1

    Thread Starter
    Junior Member taximania's Avatar
    Join Date
    Sep 2001
    Location
    Derbyshire, England
    Posts
    28

    Question Retaining current directory

    Once i've used the .ShowOpen (with commondialog1) command within my program, how do I make this dir the current one the next time I use the same command ?

  2. #2
    Matthew Gates
    Guest
    Check out the InitDir property.


    VB Code:
    1. CommonDialog1.InitDir = App.Path

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