Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: FuZe on August 04, 2003, 02:59 PM

Title: Common Dialog Box .showopen
Post by: FuZe on August 04, 2003, 02:59 PM
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?
Title: Re:Common Dialog Box .showopen
Post by: Grok on August 04, 2003, 06:06 PM
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.
Title: Re:Common Dialog Box .showopen
Post by: FuZe on August 04, 2003, 08:16 PM
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

Title: Re:Common Dialog Box .showopen
Post by: Grok on August 04, 2003, 09:02 PM
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!