Click here to Skip to main content
15,892,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: KeyPress event Pin
Judah Gabriel Himango8-Mar-06 7:34
sponsorJudah Gabriel Himango8-Mar-06 7:34 
QuestionCSharp/VBCodeProvider.Parse Pin
Ed.Poore7-Mar-06 6:54
Ed.Poore7-Mar-06 6:54 
QuestionMonitor LAN activity Pin
Stefano Alini7-Mar-06 6:46
Stefano Alini7-Mar-06 6:46 
AnswerRe: Monitor LAN activity Pin
Judah Gabriel Himango7-Mar-06 7:58
sponsorJudah Gabriel Himango7-Mar-06 7:58 
QuestionRead large text files with c# Pin
MrWeiland7-Mar-06 6:13
MrWeiland7-Mar-06 6:13 
AnswerRe: Read large text files with c# Pin
Werdna7-Mar-06 6:49
Werdna7-Mar-06 6:49 
GeneralRe: Read large text files with c# Pin
MrWeiland7-Mar-06 21:41
MrWeiland7-Mar-06 21:41 
AnswerRe: Read large text files with c# Pin
Guffa7-Mar-06 6:54
Guffa7-Mar-06 6:54 
You basically have two options:

1. Open the file as a textfile, but then you can only read it sequentially.

2. Open the file as a binary file, then you have to detect the line breaks yourself, and convert the bytes to text using the Encoding class, but you can read from any part of the file.

---
b { font-weight: normal; }

GeneralRe: Read large text files with c# Pin
MrWeiland7-Mar-06 21:57
MrWeiland7-Mar-06 21:57 
AnswerRe: Read large text files with c# Pin
Guffa7-Mar-06 23:16
Guffa7-Mar-06 23:16 
GeneralRe: Read large text files with c# Pin
MrWeiland8-Mar-06 0:08
MrWeiland8-Mar-06 0:08 
AnswerRe: Read large text files with c# Pin
JoeSox7-Mar-06 7:51
JoeSox7-Mar-06 7:51 
GeneralRe: Read large text files with c# Pin
MrWeiland7-Mar-06 21:43
MrWeiland7-Mar-06 21:43 
GeneralRe: Read large text files with c# Pin
JoeSox8-Mar-06 3:28
JoeSox8-Mar-06 3:28 
GeneralRe: Read large text files with c# Pin
hackerhcm7-Mar-06 23:44
hackerhcm7-Mar-06 23:44 
GeneralRe: Read large text files with c# Pin
JoeSox8-Mar-06 3:25
JoeSox8-Mar-06 3:25 
QuestionHow to get the real Length(size) of UTF8 String? Pin
pmasknguyen7-Mar-06 5:56
pmasknguyen7-Mar-06 5:56 
AnswerRe: How to get the real Length of UTF8 String? Pin
Dario Solera7-Mar-06 5:57
Dario Solera7-Mar-06 5:57 
AnswerRe: How to get the real Length(size) of UTF8 String? Pin
Guffa7-Mar-06 6:57
Guffa7-Mar-06 6:57 
GeneralRe: How to get the real Length(size) of UTF8 String? Pin
pmasknguyen7-Mar-06 13:20
pmasknguyen7-Mar-06 13:20 
QuestionGraphics.MeasureString - string with space at the end problem. Pin
sebaaaa7-Mar-06 5:54
sebaaaa7-Mar-06 5:54 
AnswerRe: Graphics.MeasureString - string with space at the end problem. Pin
Werdna7-Mar-06 6:50
Werdna7-Mar-06 6:50 
QuestionOn Screen Keyboard Pin
royk1237-Mar-06 5:26
royk1237-Mar-06 5:26 
AnswerRe: On Screen Keyboard Pin
Christian Graus7-Mar-06 5:39
protectorChristian Graus7-Mar-06 5:39 
AnswerRe: On Screen Keyboard Pin
letmethink7-Mar-06 5:58
letmethink7-Mar-06 5: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.