Click here to Skip to main content
15,887,328 members
Home / Discussions / C#
   

C#

 
AnswerRe: antivirus and antivirus API Pin
Dan Neely4-Oct-05 10:26
Dan Neely4-Oct-05 10:26 
Questionexecuting a dos command Pin
Mridang Agarwalla4-Oct-05 9:56
Mridang Agarwalla4-Oct-05 9:56 
AnswerRe: executing a dos command Pin
Heath Stewart4-Oct-05 11:00
protectorHeath Stewart4-Oct-05 11:00 
Questionusing remote SMTP Pin
evgenyus4-Oct-05 9:16
evgenyus4-Oct-05 9:16 
AnswerRe: using remote SMTP Pin
Heath Stewart4-Oct-05 11:19
protectorHeath Stewart4-Oct-05 11:19 
QuestionExtended ASCII Pin
mcyrrer4-Oct-05 9:13
mcyrrer4-Oct-05 9:13 
AnswerRe: Extended ASCII Pin
mav.northwind4-Oct-05 10:55
mav.northwind4-Oct-05 10:55 
AnswerRe: Extended ASCII Pin
Heath Stewart4-Oct-05 11:10
protectorHeath Stewart4-Oct-05 11:10 
ASCII characters are what they are - 7bit characters using codepage 0x4E9F. You can specify a different ANSI code page using Encoding.GetEncoding to specify a code page that contains the character about 127 you want.

The characters above are in the 1250 code page (Western European) so you could use new StreamWriter(m3uFileName, true, Encoding.GetEncoding(1250)) and specify those characters in source as \xe5, \xe4, \xf6, etc.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
GeneralRe: Extended ASCII Pin
mcyrrer5-Oct-05 9:24
mcyrrer5-Oct-05 9:24 
QuestionPlotting Charts on a userform.. Pin
james3774-Oct-05 9:00
james3774-Oct-05 9:00 
AnswerRe: Plotting Charts on a userform.. Pin
parvinder sehrawat5-Oct-05 1:09
parvinder sehrawat5-Oct-05 1:09 
GeneralRe: Plotting Charts on a userform.. Pin
james3775-Oct-05 2:12
james3775-Oct-05 2:12 
QuestionStrange xml problem Pin
thepersonof4-Oct-05 8:50
thepersonof4-Oct-05 8:50 
QuestionRe: Strange xml problem Pin
David Stone4-Oct-05 20:48
sitebuilderDavid Stone4-Oct-05 20:48 
AnswerRe: Strange xml problem Pin
thepersonof5-Oct-05 6:49
thepersonof5-Oct-05 6:49 
GeneralRe: Strange xml problem Pin
thepersonof6-Oct-05 7:01
thepersonof6-Oct-05 7:01 
QuestionReading IPTC from image file Pin
yarns4-Oct-05 7:33
yarns4-Oct-05 7:33 
QuestionHTML code to .TXT Pin
ventomito4-Oct-05 7:28
ventomito4-Oct-05 7:28 
AnswerRe: HTML code to .TXT Pin
Yoyosch4-Oct-05 7:31
Yoyosch4-Oct-05 7:31 
GeneralRe: HTML code to .TXT Pin
ventomito4-Oct-05 7:44
ventomito4-Oct-05 7:44 
AnswerRe: HTML code to .TXT Pin
Heath Stewart4-Oct-05 10:56
protectorHeath Stewart4-Oct-05 10:56 
GeneralRe: HTML code to .TXT Pin
ventomito5-Oct-05 10:00
ventomito5-Oct-05 10:00 
AnswerRe: HTML code to .TXT Pin
Daniel Bright4-Oct-05 11:20
Daniel Bright4-Oct-05 11:20 
Questionpopulating the dynamically generated textboxes on click of a dynamically generated button. Pin
shivanimatta4-Oct-05 7:15
shivanimatta4-Oct-05 7:15 
QuestionSimple 2*2 output to textbox from application Pin
james3774-Oct-05 7:13
james3774-Oct-05 7:13 

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.