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

Visual Basic

 
GeneralRe: Smart Device problem Pin
Bongumusa5-Sep-08 3:29
Bongumusa5-Sep-08 3:29 
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 
I think you need to use a DataTable.

Create a DataTable and add columns as necessary, then read your csv file line by line, and for each line create a new row, move your data to each column within the row, then add the row to the DataTable.

You can now use a DataView to filter and sort your data, and you can bind the DataTable to controls such as ListBox, DataGrid etc. You can even write the data back to an XML file.

Steve Jowett
-------------------------
It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)

AnswerRe: Using CSV File As Data Reference Pin
Mycroft Holmes4-Sep-08 15:22
professionalMycroft Holmes4-Sep-08 15:22 
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 

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.