Click here to Skip to main content
15,913,131 members
Home / Discussions / WPF
   

WPF

 
QuestionAmbitious "First" Project Pin
#realJSOP5-Apr-09 5:39
professional#realJSOP5-Apr-09 5:39 
AnswerRe: Ambitious "First" Project Pin
Insincere Dave5-Apr-09 13:25
Insincere Dave5-Apr-09 13:25 
AnswerRe: Ambitious "First" Project Pin
ABitSmart6-Apr-09 2:59
ABitSmart6-Apr-09 2:59 
AnswerRe: Ambitious "First" Project Pin
Wes Aday7-Apr-09 4:55
professionalWes Aday7-Apr-09 4:55 
AnswerRe: Ambitious "First" Project Pin
Ray Cassick9-Apr-09 4:13
Ray Cassick9-Apr-09 4:13 
QuestionLINQ to XML in SL2 ? Pin
Mohammad Dayyan4-Apr-09 11:07
Mohammad Dayyan4-Apr-09 11:07 
AnswerRe: LINQ to XML in SL2 ? Pin
Syed Mehroz Alam4-Apr-09 18:47
Syed Mehroz Alam4-Apr-09 18:47 
AnswerRe: LINQ to XML in SL2 ? Pin
Braulio Dez12-Apr-09 7:27
Braulio Dez12-Apr-09 7:27 
Questionsimple wpf timer taking up 50% of resources? how do i fix this? Pin
dirtylarry4-Apr-09 2:45
dirtylarry4-Apr-09 2:45 
AnswerRe: simple wpf timer taking up 50% of resources? how do i fix this? Pin
Nicholas Butler4-Apr-09 3:08
sitebuilderNicholas Butler4-Apr-09 3:08 
GeneralRe: simple wpf timer taking up 50% of resources? how do i fix this? Pin
dirtylarry4-Apr-09 8:18
dirtylarry4-Apr-09 8:18 
AnswerRe: simple wpf timer taking up 50% of resources? how do i fix this? Pin
Christian Graus4-Apr-09 16:14
protectorChristian Graus4-Apr-09 16:14 
AnswerRe: simple wpf timer taking up 50% of resources? how do i fix this? Pin
Luc Pattyn5-Apr-09 1:51
sitebuilderLuc Pattyn5-Apr-09 1:51 
QuestionMulti column Treeview. Pin
hirenkshah3-Apr-09 22:39
hirenkshah3-Apr-09 22:39 
AnswerRe: Multi column Treeview. Pin
ABitSmart4-Apr-09 0:50
ABitSmart4-Apr-09 0:50 
QuestionRe: Multi column Treeview. Pin
hirenkshah5-Apr-09 19:47
hirenkshah5-Apr-09 19:47 
AnswerRe: Multi column Treeview. Pin
ABitSmart5-Apr-09 20:13
ABitSmart5-Apr-09 20:13 
QuestionGetting session ID with SL2 ! Pin
Mohammad Dayyan3-Apr-09 10:52
Mohammad Dayyan3-Apr-09 10:52 
AnswerRe: Getting session ID with SL2 ! Pin
Mark Salsbery3-Apr-09 12:11
Mark Salsbery3-Apr-09 12:11 
GeneralRe: Getting session ID with SL2 ! Pin
Mohammad Dayyan3-Apr-09 23:30
Mohammad Dayyan3-Apr-09 23:30 
GeneralRe: Getting session ID with SL2 ! Pin
Mark Salsbery4-Apr-09 7:18
Mark Salsbery4-Apr-09 7:18 
GeneralRe: Getting session ID with SL2 ! Pin
Mohammad Dayyan4-Apr-09 7:24
Mohammad Dayyan4-Apr-09 7:24 
GeneralRe: Getting session ID with SL2 ! Pin
Mark Salsbery6-Apr-09 6:17
Mark Salsbery6-Apr-09 6:17 
AnswerRe: Getting session ID with SL2 ! Pin
Braulio Dez12-Apr-09 23:49
Braulio Dez12-Apr-09 23:49 
QuestionNeed ideas for getting data from text file to list view Pin
barker7703-Apr-09 9:48
barker7703-Apr-09 9:48 
I have CSV numeric data in a text file, The first row is the column names, the rest is the data.

x,y,z
1.1, 2.1, 0.3
3.2, 4.1, 0.5
0.3, 4.2, 1.1

I want to read this into my application and display it in a list view. I presume I could use C# to open the file and read/parse each line, then add a row to the list view, but I'm wondering if their are WPF (or .Net) tools that can make this job easier.

I'm creating the text file by hand, so if a better format makes it easier, I'm open to ideas there too.

Thanks,

Mitch

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.