Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get Checked value of a checkBox from thread different of the UI thread Pin
I Believe In GOD15-Jun-09 8:36
I Believe In GOD15-Jun-09 8:36 
AnswerRe: Get Checked value of a checkBox from thread different of the UI thread Pin
Luc Pattyn15-Jun-09 8:57
sitebuilderLuc Pattyn15-Jun-09 8:57 
AnswerRe: Get Checked value of a checkBox from thread different of the UI thread Pin
hwswin15-Jun-09 15:48
hwswin15-Jun-09 15:48 
QuestionAccessing an array from another function ? Pin
Jasmine Pomelo15-Jun-09 6:36
Jasmine Pomelo15-Jun-09 6:36 
AnswerRe: Accessing an array from another function ? Pin
dan!sh 15-Jun-09 6:43
professional dan!sh 15-Jun-09 6:43 
AnswerRe: Accessing an array from another function ? Pin
OriginalGriff15-Jun-09 6:49
mveOriginalGriff15-Jun-09 6:49 
GeneralRe: Accessing an array from another function ? Pin
Jasmine Pomelo15-Jun-09 10:38
Jasmine Pomelo15-Jun-09 10:38 
GeneralRe: Accessing an array from another function ? Pin
Luc Pattyn15-Jun-09 10:43
sitebuilderLuc Pattyn15-Jun-09 10:43 
Hi,

some comments:

1.
please show code snippets with PRE tags, not CODE tags; you can use the "CODE BLOCK" widget below the edit window for that.

2.
you store the splitted line in splitArray[spl] yet you show splitArray[0].
Not sure what spl stands for, but this might explain your symptoms.

3.
No need to write line.Split(new char[] { '=' }), a simple line.Split('=')
does exactly the same (the compiler takes care of the char[]).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

GeneralRe: Accessing an array from another function ? Pin
Jasmine Pomelo15-Jun-09 11:07
Jasmine Pomelo15-Jun-09 11:07 
GeneralRe: Accessing an array from another function ? Pin
OriginalGriff15-Jun-09 22:53
mveOriginalGriff15-Jun-09 22:53 
QuestionRoom Reservation Screen Pin
Amitkk319315-Jun-09 5:41
Amitkk319315-Jun-09 5:41 
AnswerRe: Room Reservation Screen Pin
Manas Bhardwaj15-Jun-09 6:04
professionalManas Bhardwaj15-Jun-09 6:04 
AnswerRe: Room Reservation Screen Pin
DaveyM6915-Jun-09 6:25
professionalDaveyM6915-Jun-09 6:25 
GeneralRe: Room Reservation Screen Pin
EliottA15-Jun-09 10:48
EliottA15-Jun-09 10:48 
QuestionCell Borders in DataGridViews Pin
MatthysDT15-Jun-09 4:55
MatthysDT15-Jun-09 4:55 
AnswerRe: Cell Borders in DataGridViews Pin
Henry Minute15-Jun-09 5:51
Henry Minute15-Jun-09 5:51 
AnswerRe: Cell Borders in DataGridViews Pin
Henry Minute15-Jun-09 9:26
Henry Minute15-Jun-09 9:26 
Questioncreate excell file Pin
michaelgr115-Jun-09 4:51
michaelgr115-Jun-09 4:51 
AnswerRe: create excell file Pin
Simon P Stevens15-Jun-09 5:45
Simon P Stevens15-Jun-09 5:45 
AnswerRe: create excell file Pin
Rolf Jaeger15-Jun-09 17:33
Rolf Jaeger15-Jun-09 17:33 
QuestionGetting LINQtoSQL to work with FitNesse Pin
Nuz_UK15-Jun-09 4:44
Nuz_UK15-Jun-09 4:44 
QuestionTrashing the content of managed variables Pin
OriginalGriff15-Jun-09 4:18
mveOriginalGriff15-Jun-09 4:18 
AnswerRe: Trashing the content of managed variables Pin
led mike15-Jun-09 4:34
led mike15-Jun-09 4:34 
GeneralRe: Trashing the content of managed variables Pin
OriginalGriff15-Jun-09 4:44
mveOriginalGriff15-Jun-09 4:44 
GeneralRe: Trashing the content of managed variables Pin
Rob Philpott15-Jun-09 5:41
Rob Philpott15-Jun-09 5:41 

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.