Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow Can i start? Pin
hassandot4-Apr-08 9:17
hassandot4-Apr-08 9:17 
AnswerRe: How Can i start? Pin
Dave Kreskowiak4-Apr-08 9:39
mveDave Kreskowiak4-Apr-08 9:39 
GeneralRe: How Can i start? Pin
hassanasp4-Apr-08 10:45
hassanasp4-Apr-08 10:45 
GeneralRe: How Can i start? Pin
Luc Pattyn4-Apr-08 12:07
sitebuilderLuc Pattyn4-Apr-08 12:07 
GeneralSaving Data Pin
tibmark4-Apr-08 7:23
tibmark4-Apr-08 7:23 
GeneralRe: Saving Data Pin
Dave Kreskowiak4-Apr-08 8:12
mveDave Kreskowiak4-Apr-08 8:12 
GeneralRe: Saving Data Pin
tibmark4-Apr-08 8:19
tibmark4-Apr-08 8:19 
GeneralRe: Saving Data Pin
Dave Kreskowiak4-Apr-08 9:36
mveDave Kreskowiak4-Apr-08 9:36 
In that case, I'd say store the data as an XML file in the users Application Data folder. If you need to store the data for multiple users on the same machine, use the Common Application Data folder.

You can build the path to the file using the Environment.GetFolderPath[^] method using an appropriate SpecialFolder[^] enum value and the Path.Combine[^] method.

There are various methods for building a XML file, from using XmlDocument to file stream methods to the very easy DataSet/DataTable WriteXml methods.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Saving Data Pin
jzonthemtn4-Apr-08 8:33
jzonthemtn4-Apr-08 8:33 
GeneralRe: Saving Data Pin
tibmark4-Apr-08 8:40
tibmark4-Apr-08 8:40 
GeneralRe: Saving Data Pin
A Wong4-Apr-08 8:57
A Wong4-Apr-08 8:57 
GeneralVB.net/excel/access - problem with strings and dates Pin
AHeavey4-Apr-08 6:59
AHeavey4-Apr-08 6:59 
GeneralRe: VB.net/excel/access - problem with strings and dates Pin
Dave Kreskowiak4-Apr-08 8:08
mveDave Kreskowiak4-Apr-08 8:08 
Generalapplication created on vista using vb.net does not run on my xp computer!! Pin
Chun24-Apr-08 4:29
Chun24-Apr-08 4:29 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Dave Kreskowiak4-Apr-08 5:08
mveDave Kreskowiak4-Apr-08 5:08 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Chun24-Apr-08 5:36
Chun24-Apr-08 5:36 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Dave Kreskowiak4-Apr-08 5:57
mveDave Kreskowiak4-Apr-08 5:57 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! [modified] Pin
Chun24-Apr-08 6:41
Chun24-Apr-08 6:41 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Dave Kreskowiak4-Apr-08 7:47
mveDave Kreskowiak4-Apr-08 7:47 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! [modified] Pin
Chun24-Apr-08 8:22
Chun24-Apr-08 8:22 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Dave Kreskowiak4-Apr-08 8:35
mveDave Kreskowiak4-Apr-08 8:35 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Chun24-Apr-08 8:42
Chun24-Apr-08 8:42 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Chun24-Apr-08 9:52
Chun24-Apr-08 9:52 
QuestionRe: application created on vista using vb.net does not run on my xp computer!! Pin
Steven J Jowett4-Apr-08 5:39
Steven J Jowett4-Apr-08 5:39 
GeneralRe: application created on vista using vb.net does not run on my xp computer!! Pin
Chun24-Apr-08 5:43
Chun24-Apr-08 5:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.