Results 1 to 13 of 13

Thread: [RESOLVED] Customize Common Dialog

Threaded View

  1. #9

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: Customize Common Dialog

    because I want to make it easier to find the data at the spesific location and browse the data inside the data folder only.

    If I remove it, I unable to see the file inside the C:\Project\Data\K for example.

    Code:
    Private Sub Dir1_Change()
    
    File1.Path = Dir1.Path
    
    End Sub
    At the moment, I am able to see the file in the C:\Project\Data only.

    If I don't remove the code below, I can able to browse the file inside C:\Project\Data but also able to see the data file outside the folder structure.
    Code:
    Private Sub Dir1_Change()
    
    File1.Path = Dir1.Path
    
    End Sub
    I don't want them browse outside of this folder structure

    here all the code

    Code:
    Private Sub Form_Load()
    Dir1.Path = "C:\Project\Data"
    File1.Path = Dir1.Path
    End Sub
    Last edited by matrik02; May 22nd, 2007 at 09:00 AM.

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