Click here to Skip to main content
16,004,647 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Pop sizing using timers Pin
Dave Kreskowiak2-Oct-09 7:13
mveDave Kreskowiak2-Oct-09 7:13 
GeneralRe: Pop sizing using timers Pin
lbs.allies4-Oct-09 19:29
lbs.allies4-Oct-09 19:29 
GeneralRe: Pop sizing using timers Pin
lbs.allies4-Oct-09 19:46
lbs.allies4-Oct-09 19:46 
GeneralRe: Pop sizing using timers Pin
Dave Kreskowiak5-Oct-09 2:11
mveDave Kreskowiak5-Oct-09 2:11 
Questionhow to get the complete response for a webservice created using .net Pin
prasadbuddhika1-Oct-09 17:50
prasadbuddhika1-Oct-09 17:50 
AnswerRe: how to get the complete response for a webservice created using .net Pin
Petr Pechovic4-Oct-09 12:05
professionalPetr Pechovic4-Oct-09 12:05 
Questiontext file spliting Pin
digitaldxb1-Oct-09 10:25
digitaldxb1-Oct-09 10:25 
AnswerRe: text file spliting Pin
freakyit1-Oct-09 11:49
freakyit1-Oct-09 11:49 
hi guy,

1.) create a new textfile with System.IO.TextWriter stream.
2.) read your textfile with a System.IO.TextReader -> ReadLine() till you skipped your headerfile at i.e. line 6-7 in a loop while ((line = textReader.ReadLine()) != null) (count up to the line you want or check till your expected line reached...
3.) after you skipped the lines you want to, write all the following read lines to the textwriter stream -> textWriter.WriteLine(line)
4.) done reading the needed information close the textreader and textwriter -> .Close()...
5.) Finished Smile | :)

sooo far good luck Wink | ;)
GeneralRe: text file spliting Pin
digitaldxb1-Oct-09 21:13
digitaldxb1-Oct-09 21:13 
AnswerRe: text file spliting Pin
PIEBALDconsult1-Oct-09 15:08
mvePIEBALDconsult1-Oct-09 15:08 
GeneralRe: text file spliting Pin
digitaldxb1-Oct-09 21:14
digitaldxb1-Oct-09 21:14 
GeneralRe: text file spliting Pin
PIEBALDconsult2-Oct-09 3:49
mvePIEBALDconsult2-Oct-09 3:49 
GeneralRe: text file spliting Pin
digitaldxb2-Oct-09 6:48
digitaldxb2-Oct-09 6:48 
GeneralRe: text file spliting Pin
shree08813-Oct-09 18:14
shree08813-Oct-09 18:14 
GeneralRe: text file spliting Pin
shree08813-Oct-09 18:14
shree08813-Oct-09 18:14 
QuestionHow to write and read HttpWebRequestStream asynchronously Pin
vsaratkar1-Oct-09 9:28
vsaratkar1-Oct-09 9:28 
QuestionHow to Edit crystal report SQL Query shown in 'Show SQL Query' Pin
she-Developer30-Sep-09 23:34
she-Developer30-Sep-09 23:34 
QuestionIndex was outside the bounds of the array while performing Stack.Pop operation Pin
Furqan Safdar30-Sep-09 1:21
Furqan Safdar30-Sep-09 1:21 
AnswerRe: Index was outside the bounds of the array while performing Stack.Pop operation Pin
Henry Minute30-Sep-09 2:23
Henry Minute30-Sep-09 2:23 
GeneralRe: Index was outside the bounds of the array while performing Stack.Pop operation Pin
burito12330-Sep-09 5:48
burito12330-Sep-09 5:48 
GeneralRe: Index was outside the bounds of the array while performing Stack.Pop operation Pin
Dave Kreskowiak30-Sep-09 7:26
mveDave Kreskowiak30-Sep-09 7:26 
Generalfail. Pin
leckey30-Sep-09 16:17
leckey30-Sep-09 16:17 
QuestionTwo people working on one project at the same time Pin
113st4life29-Sep-09 20:14
113st4life29-Sep-09 20:14 
AnswerRe: Two people working on one project at the same time Pin
freakyit29-Sep-09 21:22
freakyit29-Sep-09 21:22 
AnswerRe: Two people working on one project at the same time Pin
Richard MacCutchan30-Sep-09 1:42
mveRichard MacCutchan30-Sep-09 1: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.