|
-
Jan 4th, 2004, 08:51 AM
#1
Thread Starter
Registered User
open folder dialog
i know how to use the openFileDialog, but can you do the same thing for returning a folder?
-
Jan 4th, 2004, 08:55 AM
#2
Sleep mode
If you have VS.NET 2003 , then there is FolderBrosweDialog to set/get folders . Isn't that what mean !
-
Jan 4th, 2004, 09:02 AM
#3
Thread Starter
Registered User
i dont have vs 2003, but i should get it.
how do you do it in the older version?
-
Jan 4th, 2004, 09:27 AM
#4
Sleep mode
To get a folder with OpenFileDialog ? I doubt it . You can't unless you specified a file name and pressed Open , at this stage you can parse the file name to get the path . Build your own Dialog (which is time-conusming) or some APIs that can bring FolderDialog used in Windows .
-
Jan 4th, 2004, 09:34 AM
#5
Thread Starter
Registered User
that sucks. i've never used apis before... no idea how to go about doing that.
-
Jan 4th, 2004, 09:45 AM
#6
Sleep mode
-
Jan 4th, 2004, 09:49 AM
#7
Thread Starter
Registered User
thanks pirate. that's just what i need.
-
Jan 4th, 2004, 12:49 PM
#8
Frenzied Member
here is code without api's
http://vbforums.com/showthread.php?s=&threadid=273594
(put it in a class and use it in vb.net)
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
|