|
-
Sep 20th, 2006, 01:13 AM
#1
Thread Starter
Lively Member
[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…
-
Sep 20th, 2006, 01:47 AM
#2
Hyperactive Member
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
-
Sep 20th, 2006, 02:11 AM
#3
Thread Starter
Lively Member
Re: Browse folder
problem solved
thanx
-
Oct 1st, 2006, 06:33 AM
#4
-
Oct 10th, 2006, 12:27 AM
#5
Thread Starter
Lively Member
Re: [RESOLVED] Browse folder
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
|