wyrd Posted June 2, 2003 Posted June 2, 2003 I was looking at SaveFileDialog and OpenFileDialog and was wondering, is there a way to have the user just pick a directory? What I'm doing is backing up a database, and already have pre-set names for the backup files (yyyymmdd.mdf.bak format, for example), I just want the user to pick what directory the files will go in. Thanks in advance. Quote Gamer extraordinaire. Programmer wannabe.
Lore Posted June 2, 2003 Posted June 2, 2003 use the System.Windows.Forms.FolderBrowserDialog :D Quote
*Experts* mutant Posted June 2, 2003 *Experts* Posted June 2, 2003 Im pretty sure he uses vs.net 2002/1.0 so there is no class for that. :) Use this tutorial: http://www.elitevb.com/content/01,0077,01/ Quote
wyrd Posted June 2, 2003 Author Posted June 2, 2003 Ya I'm using 1.0. I ended up finding this; http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=702 Quote Gamer extraordinaire. Programmer wannabe.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.