Click here to Skip to main content
15,901,283 members
Home / Discussions / C#
   

C#

 
QuestionExporting Excel to pdf Pin
tauras8128-Apr-09 22:45
tauras8128-Apr-09 22:45 
AnswerRe: Exporting Excel to pdf Pin
Nagy Vilmos28-Apr-09 22:54
professionalNagy Vilmos28-Apr-09 22:54 
QuestionWatching a listbox Pin
TannerB28-Apr-09 22:39
TannerB28-Apr-09 22:39 
AnswerRe: Watching a listbox Pin
DaveyM6928-Apr-09 22:50
professionalDaveyM6928-Apr-09 22:50 
AnswerRe: Watching a listbox Pin
Giorgi Dalakishvili28-Apr-09 22:51
mentorGiorgi Dalakishvili28-Apr-09 22:51 
AnswerRe: Watching a listbox Pin
Mycroft Holmes29-Apr-09 1:12
professionalMycroft Holmes29-Apr-09 1:12 
QuestionDataGridView from CSV file BUT WITHOUT OleDb Pin
Idoshhh28-Apr-09 22:07
Idoshhh28-Apr-09 22:07 
AnswerRe: DataGridView from CSV file BUT WITHOUT OleDb Pin
Christian Graus28-Apr-09 22:25
protectorChristian Graus28-Apr-09 22:25 
You can read a CSV into memory as a string array using File.ReadAllLines and use the split method to split on the comma to get your fields.

Christian Graus

Driven to the arms of OSX by Vista.

"I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

AnswerRe: DataGridView from CSV file BUT WITHOUT OleDb Pin
Mycroft Holmes28-Apr-09 22:28
professionalMycroft Holmes28-Apr-09 22:28 
GeneralRe: DataGridView from CSV file BUT WITHOUT OleDb Pin
Idoshhh28-Apr-09 22:30
Idoshhh28-Apr-09 22:30 
AnswerRe: DataGridView from CSV file BUT WITHOUT OleDb Pin
Giorgi Dalakishvili28-Apr-09 22:46
mentorGiorgi Dalakishvili28-Apr-09 22:46 
Questionpropertise inherited Pin
Mehrdad from iran28-Apr-09 21:52
Mehrdad from iran28-Apr-09 21:52 
AnswerRe: propertise inherited Pin
DaveyM6928-Apr-09 22:22
professionalDaveyM6928-Apr-09 22:22 
AnswerRe: propertise inherited Pin
Alex@UEA28-Apr-09 23:30
Alex@UEA28-Apr-09 23:30 
AnswerRe: propertise inherited Pin
Mehrdad from iran29-Apr-09 0:12
Mehrdad from iran29-Apr-09 0:12 
Questioncalling "Safely Remove Hardware" menu from application Pin
Emmet_Brown28-Apr-09 21:46
Emmet_Brown28-Apr-09 21:46 
AnswerRe: calling "Safely Remove Hardware" menu from application Pin
DaveyM6928-Apr-09 22:09
professionalDaveyM6928-Apr-09 22:09 
GeneralRe: calling "Safely Remove Hardware" menu from application Pin
Emmet_Brown29-Apr-09 2:01
Emmet_Brown29-Apr-09 2:01 
QuestionXml special character Pin
Soundman32.228-Apr-09 21:16
Soundman32.228-Apr-09 21:16 
AnswerRe: Xml special character Pin
12Code28-Apr-09 21:44
12Code28-Apr-09 21:44 
AnswerRe: Xml special character Pin
Jimmanuel29-Apr-09 1:10
Jimmanuel29-Apr-09 1:10 
AnswerRe: Xml special character Pin
Soundman32.229-Apr-09 2:20
Soundman32.229-Apr-09 2:20 
QuestionI have a problem with Convert.FromBase64String Pin
Roshanakak28-Apr-09 21:06
Roshanakak28-Apr-09 21:06 
AnswerRe: I have a problem with Convert.FromBase64String Pin
CPallini28-Apr-09 21:34
mveCPallini28-Apr-09 21:34 
AnswerRe: I have a problem with Convert.FromBase64String Pin
12Code28-Apr-09 21:40
12Code28-Apr-09 21:40 

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.