Click here to Skip to main content
16,009,176 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Making a PC Shutdown Dialog for my OS I am building... Pin
MidwestLimey5-Sep-08 5:29
professionalMidwestLimey5-Sep-08 5:29 
JokeRe: Making a PC Shutdown Dialog for my OS I am building... Pin
Paul Conrad5-Sep-08 5:42
professionalPaul Conrad5-Sep-08 5:42 
GeneralRe: Making a PC Shutdown Dialog for my OS I am building... Pin
MidwestLimey5-Sep-08 7:26
professionalMidwestLimey5-Sep-08 7:26 
GeneralRe: Making a PC Shutdown Dialog for my OS I am building... Pin
christopher1216-Sep-08 4:52
christopher1216-Sep-08 4:52 
GeneralRe: Making a PC Shutdown Dialog for my OS I am building... Pin
MidwestLimey6-Sep-08 7:37
professionalMidwestLimey6-Sep-08 7:37 
Questionmultiline property of infragistics textbox Pin
Nilish4-Sep-08 6:36
Nilish4-Sep-08 6:36 
AnswerRe: multiline property of infragistics textbox Pin
Dave Kreskowiak4-Sep-08 6:58
mveDave Kreskowiak4-Sep-08 6:58 
QuestionSmart Device problem Pin
Bongumusa4-Sep-08 5:44
Bongumusa4-Sep-08 5:44 
AnswerRe: Smart Device problem Pin
Blue_Boy4-Sep-08 5:45
Blue_Boy4-Sep-08 5:45 
AnswerRe: Smart Device problem Pin
Paul Conrad4-Sep-08 11:10
professionalPaul Conrad4-Sep-08 11:10 
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 

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.