PaperMonsterUK Posted December 20, 2003 Posted December 20, 2003 how do i make the open folder dialog send the folder result to a single lined textbox and remember that setting for the next time the program loads ? thanks :) Quote
*Experts* mutant Posted December 20, 2003 *Experts* Posted December 20, 2003 Assign the SelectedPath property value to your textbox to show the selected folder. TextBox1.Text = FolderBrowserDialog.SelectedPath As to saving that info, you have many choices, for example registry or XML files. Your choice. Quote
PaperMonsterUK Posted December 20, 2003 Author Posted December 20, 2003 thanks for the very fast reply :) that worked fine. ill look into the registry i think for saving the path , any tips lol ;) cheers again m8 :) Quote
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.