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

C#

 
AnswerRe: problem with threading Pin
mikker_12314-May-06 9:43
mikker_12314-May-06 9:43 
Generaltext to speech Pin
Christopher Duncan14-May-06 7:15
Christopher Duncan14-May-06 7:15 
GeneralRe: text to speech Pin
mikker_12314-May-06 9:36
mikker_12314-May-06 9:36 
GeneralRe: text to speech Pin
Christopher Duncan15-May-06 3:24
Christopher Duncan15-May-06 3:24 
QuestionWin32 API - Problems with SENDMESSAGE Pin
Seraphin14-May-06 7:12
Seraphin14-May-06 7:12 
AnswerRe: Win32 API - Problems with SENDMESSAGE Pin
Rei Miyasaka14-May-06 11:09
Rei Miyasaka14-May-06 11:09 
QuestionTrouble in byte\string coding Pin
NaNg1524114-May-06 6:00
NaNg1524114-May-06 6:00 
AnswerRe: Trouble in byte\string coding Pin
Guffa14-May-06 6:11
Guffa14-May-06 6:11 
You can't get a byte at a time and decode from UTF8. Some characters in UTF8 are stored in three bytes. When you try to decode the first byte of a three-byte code, you get the exception becuse the GetString methods expects another two bytes.

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

GeneralRe: Trouble in byte\string coding Pin
NaNg1524114-May-06 6:31
NaNg1524114-May-06 6:31 
GeneralRe: Trouble in byte\string coding Pin
NaNg1524114-May-06 6:42
NaNg1524114-May-06 6:42 
QuestionRe: Trouble in byte\string coding Pin
NaNg1524114-May-06 6:50
NaNg1524114-May-06 6:50 
AnswerRe: Trouble in byte\string coding Pin
Guffa14-May-06 7:08
Guffa14-May-06 7:08 
GeneralRe: Trouble in byte\string coding Pin
NaNg1524114-May-06 7:12
NaNg1524114-May-06 7:12 
AnswerRe: Trouble in byte\string coding Pin
Guffa14-May-06 22:17
Guffa14-May-06 22:17 
QuestionRichTextBox questions? Pin
Cristoff14-May-06 5:27
Cristoff14-May-06 5:27 
AnswerRe: RichTextBox questions? Pin
Ed.Poore14-May-06 6:17
Ed.Poore14-May-06 6:17 
GeneralRe: RichTextBox questions? Pin
Cristoff14-May-06 9:20
Cristoff14-May-06 9:20 
GeneralRe: RichTextBox questions? Pin
Ed.Poore14-May-06 9:45
Ed.Poore14-May-06 9:45 
GeneralRe: RichTextBox questions? Pin
Cristoff14-May-06 10:12
Cristoff14-May-06 10:12 
QuestionArraySort Pin
zhujp9814-May-06 5:08
zhujp9814-May-06 5:08 
AnswerRe: ArraySort Pin
Josh Smith14-May-06 5:19
Josh Smith14-May-06 5:19 
AnswerRe: ArraySort Pin
Rei Miyasaka14-May-06 10:42
Rei Miyasaka14-May-06 10:42 
Questionsimple sorting of Arraylist ? Pin
kumar.bs14-May-06 3:54
kumar.bs14-May-06 3:54 
AnswerRe: simple sorting of Arraylist ? Pin
Robert Rohde14-May-06 3:56
Robert Rohde14-May-06 3:56 
QuestionStrange Socket behaviour on Shutdown Pin
Pixinger7714-May-06 3:48
Pixinger7714-May-06 3:48 

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.