Click here to Skip to main content
15,896,154 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Smart Device problem Pin
Steven J Jowett4-Sep-08 12:47
Steven J Jowett4-Sep-08 12:47 
QuestionVB.Net Pin
Bongumusa4-Sep-08 5:29
Bongumusa4-Sep-08 5:29 
AnswerRe: VB.Net Pin
Blue_Boy4-Sep-08 5:44
Blue_Boy4-Sep-08 5:44 
AnswerRe: VB.Net Pin
Paul Conrad4-Sep-08 11:11
professionalPaul Conrad4-Sep-08 11:11 
AnswerRe: VB.Net Pin
Jon_Boy5-Sep-08 1:49
Jon_Boy5-Sep-08 1:49 
QuestionUsing CSV File As Data Reference Pin
Codemonkey854-Sep-08 5:10
Codemonkey854-Sep-08 5:10 
AnswerRe: Using CSV File As Data Reference Pin
Steven J Jowett4-Sep-08 12:55
Steven J Jowett4-Sep-08 12:55 
AnswerRe: Using CSV File As Data Reference Pin
Mycroft Holmes4-Sep-08 15:22
professionalMycroft Holmes4-Sep-08 15:22 
Steven has the right of it - use a datatable and dataview. However if possible store the data as XML then you can read/write it with 1 line:
dataset.ReadXML(sfileName)

saves all that crap reading in the CSV. Only issue it that it is not human readable but you can always output to CSV if required.


Never underestimate the power of human stupidity
RAH

GeneralRe: Using CSV File As Data Reference Pin
Codemonkey855-Sep-08 8:19
Codemonkey855-Sep-08 8:19 
GeneralRe: Using CSV File As Data Reference Pin
Mycroft Holmes5-Sep-08 13:32
professionalMycroft Holmes5-Sep-08 13:32 
GeneralRe: Using CSV File As Data Reference Pin
Codemonkey855-Sep-08 19:20
Codemonkey855-Sep-08 19:20 
GeneralRe: Using CSV File As Data Reference Pin
Mycroft Holmes5-Sep-08 22:43
professionalMycroft Holmes5-Sep-08 22:43 
GeneralRe: Using CSV File As Data Reference Pin
Codemonkey856-Sep-08 1:54
Codemonkey856-Sep-08 1:54 
QuestionHi I am new user this site My subject(PHP) Pin
jitendra.rajkot4-Sep-08 3:59
jitendra.rajkot4-Sep-08 3:59 
AnswerRe: Hi I am new user this site My subject(PHP) Pin
Ashfield4-Sep-08 4:36
Ashfield4-Sep-08 4:36 
AnswerRe: Hi I am new user this site My subject(PHP) Pin
Paul Conrad4-Sep-08 11:12
professionalPaul Conrad4-Sep-08 11:12 
QuestionCalling a function gives me very unhelpful error message Pin
DerekFL4-Sep-08 3:51
DerekFL4-Sep-08 3:51 
AnswerRe: Calling a function gives me very unhelpful error message Pin
Steven J Jowett4-Sep-08 4:39
Steven J Jowett4-Sep-08 4:39 
GeneralRe: Calling a function gives me very unhelpful error message Pin
DerekFL4-Sep-08 4:47
DerekFL4-Sep-08 4:47 
QuestionHow to open ms word form vb.net to a particular bookmark? Pin
Chaitanya kumar CVSS4-Sep-08 3:29
Chaitanya kumar CVSS4-Sep-08 3:29 
AnswerRe: How to open ms word form vb.net to a particular bookmark? Pin
John Ad4-Sep-08 3:51
John Ad4-Sep-08 3:51 
QuestionHow we genrate Help File in VB6 Pin
Amit Battan Ror4-Sep-08 0:09
Amit Battan Ror4-Sep-08 0:09 
AnswerRe: How we genrate Help File in VB6 Pin
ChandraRam4-Sep-08 1:22
ChandraRam4-Sep-08 1:22 
AnswerRe: How we genrate Help File in VB6 Pin
Rajesh Anuhya4-Sep-08 1:30
professionalRajesh Anuhya4-Sep-08 1:30 
QuestionCutomize Setup VB6 Pin
Amit Battan Ror4-Sep-08 0:06
Amit Battan Ror4-Sep-08 0:06 

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.