Saving of a single preference

RobinTibbs

Member
Joined
Nov 8, 2006
Messages
18
Programming Experience
Beginner
My little app works great, however one thing is bugging me, the user needs to select the path to the excutable every time the prog loads. I only need to save a single setting (the path) so i'm wodnering the best way to go about it. would xml be overkill or maybe just a simple txt file, hmm!
 
A user setting in Application settings perhaps? When you have create a string setting there with for example name 'thepath' you can access it in code with 'My.Settings.thepath'

Incidently, the Admin just posted this article tip: http://www.vbdotnetforums.com/showthread.php?t=14977
 
Back
Top