Results 1 to 5 of 5

Thread: [RESOLVED] Browse folder

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Resolved [RESOLVED] Browse folder

    I have created app which first checks some path in program files if that path not found it will promt to specify the path for that I have created small app(another form) using windows drive and Dir control but problem is that my main app continue to execute remaining code without waiting for path to accept how can I code my app so that it will wait till person specify the path and then control get back to my main app and execute the remaing lines…

  2. #2
    Hyperactive Member
    Join Date
    Aug 2003
    Location
    Wigan, UK
    Posts
    291

    Re: Browse folder

    You can set the form you want to show modally

    Form2.Show vbModal

    There is also the browse for folder api instead of a new form.

    http://www.allapi.net/apilist/SHBrowseForFolder.shtml

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Re: Browse folder

    problem solved
    thanx

  4. #4
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Re: Browse folder

    check out the link:

    How to show Browse for folder
    CS

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    120

    Re: [RESOLVED] Browse folder

    Thanks
    cssriraman

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