Valhalla Legends Forums Archive | Visual Basic Programming | Common Dialog Box .showopen

AuthorMessageTime
FuZe
Can you use the common dialog box in VB to pick path names rather than files? If not, how would I do this so the user can (easily) pick one in an explorer-like style?
August 4, 2003, 7:59 PM
Grok
Yes, quite easily. But rather than tell you how, I'll tell you that the example is documented in MSDN several times, and on nearly every decent VB programming site that deals with the Windows API.

Your assignment is to find one of those articles and post the URL as a reply here, so others can benefit from your search. Have fun and we hope to see your reply soon.
August 4, 2003, 11:06 PM
FuZe
Assignment completed ....
http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_20582137.html
someone asked the same question as me.

Heres a MSDN link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;179497

August 5, 2003, 1:16 AM
Grok
Well done. +1 to you.

That was pretty easy finding the answer huh? Now you're free to do nearly anything because nearly all the answers are out there!
August 5, 2003, 2:02 AM

Search