Click here to Skip to main content
15,886,799 members
Home / Discussions / C#
   

C#

 
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 
Hi All,

I have an application that reads .csv data. My problem is that the is a value that is not read, it will read the number before the comma, but this is one number.

How do i make the app read the full number, e.g.: 1,093?

if (_lineItem == 12)
{
// the rows that will be added into the
// specified columns
dt.Rows.Add(new object[] { _dateParse, _casinoname, _line[3].Replace("\"", "").Replace("," , "")});
}
_lineItem++;

Thank you,
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 
AnswerRe: Comma Delimted Windows Application Pin
AhsanS1-Jun-09 1:27
AhsanS1-Jun-09 1:27 
QuestionHow can I read this xml? Pin
Mogaambo1-Jun-09 0:32
Mogaambo1-Jun-09 0:32 
AnswerRe: How can I read this xml? Pin
dan!sh 1-Jun-09 0:34
professional dan!sh 1-Jun-09 0:34 
GeneralRe: How can I read this xml? Pin
Mogaambo1-Jun-09 0:43
Mogaambo1-Jun-09 0:43 
GeneralRe: How can I read this xml? Pin
dan!sh 1-Jun-09 0:46
professional dan!sh 1-Jun-09 0:46 
GeneralRe: How can I read this xml? Pin
Mogaambo1-Jun-09 0:49
Mogaambo1-Jun-09 0:49 
GeneralRe: How can I read this xml? Pin
PandemoniumPasha1-Jun-09 1:17
PandemoniumPasha1-Jun-09 1:17 
GeneralRe: How can I read this xml? Pin
PandemoniumPasha1-Jun-09 1:20
PandemoniumPasha1-Jun-09 1:20 
AnswerRe: How can I read this xml? Pin
0x3c01-Jun-09 0:42
0x3c01-Jun-09 0:42 
QuestionRegarding the tool for finding functions and decalaration syntax in windows dll Pin
AmmySA1-Jun-09 0:27
AmmySA1-Jun-09 0:27 
AnswerRe: Regarding the tool for finding functions and decalaration syntax in windows dll Pin
dan!sh 1-Jun-09 0:33
professional dan!sh 1-Jun-09 0:33 
AnswerRe: Regarding the tool for finding functions and decalaration syntax in windows dll Pin
Rajesh Anuhya1-Jun-09 0:41
professionalRajesh Anuhya1-Jun-09 0:41 
AnswerRe: Regarding the tool for finding functions and decalaration syntax in windows dll Pin
Schmuli1-Jun-09 2:58
Schmuli1-Jun-09 2:58 

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.