Click here to Skip to main content
15,891,864 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with a PictureBox control. Pin
Luc Pattyn1-Jun-09 3:22
sitebuilderLuc Pattyn1-Jun-09 3:22 
GeneralRe: Problem with a PictureBox control. Pin
Ankit Rajpoot1-Jun-09 3:25
Ankit Rajpoot1-Jun-09 3:25 
Questionc# resolve redirection IP Pin
evangile1-Jun-09 2:18
evangile1-Jun-09 2:18 
AnswerRe: c# resolve redirection IP Pin
Rajesh Anuhya1-Jun-09 2:32
professionalRajesh Anuhya1-Jun-09 2:32 
GeneralRe: c# resolve redirection IP Pin
evangile1-Jun-09 2:50
evangile1-Jun-09 2:50 
GeneralRe: c# resolve redirection IP Pin
Rajesh Anuhya1-Jun-09 2:58
professionalRajesh Anuhya1-Jun-09 2:58 
GeneralRe: c# resolve redirection IP Pin
evangile1-Jun-09 3:07
evangile1-Jun-09 3:07 
GeneralRe: c# resolve redirection IP Pin
harold aptroot1-Jun-09 3:29
harold aptroot1-Jun-09 3:29 
QuestionNotification Icon animation Pin
Abdul Rahman Hamidy1-Jun-09 2:04
Abdul Rahman Hamidy1-Jun-09 2:04 
AnswerRe: Notification Icon animation Pin
I Believe In GOD1-Jun-09 2:16
I Believe In GOD1-Jun-09 2:16 
GeneralRe: Notification Icon animation Pin
Abdul Rahman Hamidy1-Jun-09 18:13
Abdul Rahman Hamidy1-Jun-09 18:13 
AnswerRe: Notification Icon animation Pin
Henry Minute1-Jun-09 2:29
Henry Minute1-Jun-09 2:29 
GeneralRe: Notification Icon animation Pin
musefan1-Jun-09 2:32
musefan1-Jun-09 2:32 
GeneralRe: Notification Icon animation Pin
Henry Minute1-Jun-09 2:36
Henry Minute1-Jun-09 2:36 
GeneralRe: Notification Icon animation Pin
DaveyM691-Jun-09 3:30
professionalDaveyM691-Jun-09 3:30 
GeneralRe: Notification Icon animation Pin
Henry Minute1-Jun-09 4:59
Henry Minute1-Jun-09 4:59 
GeneralRe: Notification Icon animation Pin
DaveyM691-Jun-09 5:06
professionalDaveyM691-Jun-09 5:06 
QuestionWord Breaker Pin
ellllllllie1-Jun-09 1:51
ellllllllie1-Jun-09 1:51 
AnswerRe: Word Breaker Pin
Vasudevan Deepak Kumar1-Jun-09 2:28
Vasudevan Deepak Kumar1-Jun-09 2:28 
QuestionComma Delimted Windows Application Pin
ndeza1-Jun-09 1:18
ndeza1-Jun-09 1:18 
AnswerRe: Comma Delimted Windows Application Pin
dan!sh 1-Jun-09 1:25
professional dan!sh 1-Jun-09 1:25 
GeneralRe: Comma Delimted Windows Application Pin
ndeza1-Jun-09 2:21
ndeza1-Jun-09 2:21 
GeneralRe: Comma Delimted Windows Application Pin
musefan1-Jun-09 2:25
musefan1-Jun-09 2:25 
GeneralRe: Comma Delimted Windows Application Pin
Dave Kreskowiak1-Jun-09 5:22
mveDave Kreskowiak1-Jun-09 5:22 
Do you know what CSV stands for?? Comma Seperated Values. So, if you put numbers formatted with commas in them into the CSV file, the reader will interpret it as two seperate values. You will have to jump through some custom written parsing logic that you have to write to detect this situation and reparse the line correctly. Or, go back to the export application as have it use a different delimiter, such as a Tab character, or not to format the numbers with commas.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: Comma Delimted Windows Application Pin
AhsanS1-Jun-09 1:27
AhsanS1-Jun-09 1:27 

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.