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

C#

 
QuestionDataGridView Binding - Need to Skip Some Columns Pin
mwith2-Jan-07 5:54
mwith2-Jan-07 5:54 
AnswerRe: DataGridView Binding - Need to Skip Some Columns Pin
Drew McGhie2-Jan-07 11:32
Drew McGhie2-Jan-07 11:32 
AnswerRe: DataGridView Binding - Need to Skip Some Columns Pin
JoeRip2-Jan-07 14:29
JoeRip2-Jan-07 14:29 
QuestionString splitting Pin
numbers1thru92-Jan-07 5:36
numbers1thru92-Jan-07 5:36 
AnswerRe: String splitting Pin
numbers1thru92-Jan-07 5:49
numbers1thru92-Jan-07 5:49 
GeneralRe: String splitting Pin
Daniel Grunwald2-Jan-07 5:52
Daniel Grunwald2-Jan-07 5:52 
AnswerRe: String splitting Pin
Martin#2-Jan-07 8:36
Martin#2-Jan-07 8:36 
GeneralRe: String splitting Pin
Luc Pattyn2-Jan-07 14:25
sitebuilderLuc Pattyn2-Jan-07 14:25 
I do not agree.

First of all, System.Environment.NewLine results in a string, but String.Split requires
a char or char array.

Second, the logic you follow is correct only if the system that generates the file,
and the system that processes the file, both have the same opinion on how to
terminate lines.

e.g. if you generate the file on Linux, and want to process it on WinXP, it would
not work.

Smile | :)

Luc Pattyn

GeneralRe: String splitting Pin
Martin#2-Jan-07 22:52
Martin#2-Jan-07 22:52 
QuestionRedistry Emulator Pin
joejoeiscool2-Jan-07 4:56
joejoeiscool2-Jan-07 4:56 
AnswerRe: Redistry Emulator Pin
ednrgc3-Jan-07 4:48
ednrgc3-Jan-07 4:48 
GeneralRe: Redistry Emulator Pin
joejoeiscool3-Jan-07 7:00
joejoeiscool3-Jan-07 7:00 
QuestionHide Name Pin
Tanuja1232-Jan-07 4:52
Tanuja1232-Jan-07 4:52 
AnswerRe: Hide Name Pin
Judah Gabriel Himango2-Jan-07 5:27
sponsorJudah Gabriel Himango2-Jan-07 5:27 
AnswerRe: Hide Name Pin
Ed.Poore2-Jan-07 6:07
Ed.Poore2-Jan-07 6:07 
QuestionCreating hidden window [modified] Pin
mikker_1232-Jan-07 4:47
mikker_1232-Jan-07 4:47 
AnswerRe: Creating hidden window Pin
Luc Pattyn2-Jan-07 7:27
sitebuilderLuc Pattyn2-Jan-07 7:27 
GeneralRe: Creating hidden window [modified] Pin
mikker_1232-Jan-07 11:39
mikker_1232-Jan-07 11:39 
GeneralRe: Creating hidden window Pin
Luc Pattyn2-Jan-07 14:14
sitebuilderLuc Pattyn2-Jan-07 14:14 
GeneralRe: Creating hidden window Pin
mikker_1232-Jan-07 21:11
mikker_1232-Jan-07 21:11 
GeneralRe: Creating hidden window Pin
Luc Pattyn3-Jan-07 3:33
sitebuilderLuc Pattyn3-Jan-07 3:33 
GeneralRe: Creating hidden window Pin
mikker_1233-Jan-07 9:17
mikker_1233-Jan-07 9:17 
GeneralRe: Creating hidden window Pin
Luc Pattyn3-Jan-07 9:57
sitebuilderLuc Pattyn3-Jan-07 9:57 
GeneralRe: Creating hidden window Pin
mmf8-Oct-08 0:18
mmf8-Oct-08 0:18 
QuestionHow would i go about inheriting System.IO.FileStream? [modified] Pin
Anthony Mushrow2-Jan-07 4:42
professionalAnthony Mushrow2-Jan-07 4:42 

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.