Click here to Skip to main content
15,868,016 members
Home / Discussions / C#
   

C#

 
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 
Make sure you pass StringFormat with MeasureTrainingSpaces:
StringFormat format = new StringFormat(StringFormatFlags.MeasureTrailingSpaces);
g.MeasureString(..., format);
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 
QuestionNeed Help for a parser Pin
mitko57-Mar-06 5:16
mitko57-Mar-06 5:16 
AnswerRe: Need Help for a parser Pin
Judah Gabriel Himango7-Mar-06 5:19
sponsorJudah Gabriel Himango7-Mar-06 5:19 
AnswerRe: Need Help for a parser Pin
Werdna7-Mar-06 6:54
Werdna7-Mar-06 6:54 
QuestionEmbedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:14
asdasdqasdasd7-Mar-06 5:14 
AnswerRe: Embedding a control in IE Pin
Dave Kreskowiak7-Mar-06 5:30
mveDave Kreskowiak7-Mar-06 5:30 
GeneralRe: Embedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:34
asdasdqasdasd7-Mar-06 5:34 
AnswerRe: Embedding a control in IE Pin
Judah Gabriel Himango7-Mar-06 5:30
sponsorJudah Gabriel Himango7-Mar-06 5:30 
GeneralRe: Embedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:32
asdasdqasdasd7-Mar-06 5:32 
GeneralRe: Embedding a control in IE Pin
Judah Gabriel Himango7-Mar-06 5:36
sponsorJudah Gabriel Himango7-Mar-06 5:36 
GeneralRe: Embedding a control in IE Pin
asdasdqasdasd7-Mar-06 5:44
asdasdqasdasd7-Mar-06 5:44 
QuestionIldasm wont take /dll option Pin
RB@Emphasys7-Mar-06 5:11
RB@Emphasys7-Mar-06 5:11 
AnswerRe: Ildasm wont take /dll option Pin
Judah Gabriel Himango7-Mar-06 5:20
sponsorJudah Gabriel Himango7-Mar-06 5:20 
GeneralRe: Ildasm wont take /dll option Pin
RB@Emphasys7-Mar-06 5:22
RB@Emphasys7-Mar-06 5:22 
QuestionToolBar In Windows Explorer Pin
rakesh_nits7-Mar-06 4:36
rakesh_nits7-Mar-06 4:36 

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.