Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Socks Proxy Chaining Pin
Mark Salsbery7-Aug-08 7:51
Mark Salsbery7-Aug-08 7:51 
AnswerRe: C# Socks Proxy Chaining Pin
Pete O'Hanlon7-Aug-08 8:15
mvePete O'Hanlon7-Aug-08 8:15 
Questionwebbrowser doesn't display table Pin
netJP12L7-Aug-08 7:28
netJP12L7-Aug-08 7:28 
Question1K Mifare Card Pin
Gulfraz Khan7-Aug-08 6:32
Gulfraz Khan7-Aug-08 6:32 
AnswerRe: 1K Mifare Card Pin
J imran25-Nov-09 2:01
J imran25-Nov-09 2:01 
Question[Message Deleted] Pin
arnold_w7-Aug-08 6:18
arnold_w7-Aug-08 6:18 
AnswerRe: No UART events when I put the "GUI-thread" into sleep Pin
arnold_w11-Aug-08 3:54
arnold_w11-Aug-08 3:54 
Questionsimple cursor question Pin
bfis1081377-Aug-08 5:42
bfis1081377-Aug-08 5:42 
AnswerRe: simple cursor question Pin
eyal_balla7-Aug-08 5:44
eyal_balla7-Aug-08 5:44 
GeneralRe: simple cursor question Pin
bfis1081377-Aug-08 5:47
bfis1081377-Aug-08 5:47 
AnswerRe: simple cursor question Pin
Manas Bhardwaj7-Aug-08 5:44
professionalManas Bhardwaj7-Aug-08 5:44 
QuestionReflection Pin
damianrda7-Aug-08 4:52
damianrda7-Aug-08 4:52 
AnswerRe: Reflection Pin
led mike7-Aug-08 5:02
led mike7-Aug-08 5:02 
QuestionHow do i disable Horizontal scroll in autoscroll mode Pin
eyal_balla7-Aug-08 4:37
eyal_balla7-Aug-08 4:37 
Questionwrite file question Pin
mahraja7-Aug-08 3:31
mahraja7-Aug-08 3:31 
JokeRe: write file question PinPopular
leppie7-Aug-08 3:33
leppie7-Aug-08 3:33 
JokeRe: write file question Pin
PIEBALDconsult7-Aug-08 3:42
mvePIEBALDconsult7-Aug-08 3:42 
AnswerRe: write file question Pin
Alan Balkany7-Aug-08 3:43
Alan Balkany7-Aug-08 3:43 
No, not directly because a text file only contains unicode characters, which don't have color information.

You could automate Wordpad or Word to write a .rtf or .doc file which can contain color information.

A simpler alternative might be to define your own file header format, containing color information (and anything else you want). Then your application could read this header and display the following text in the desired color.
GeneralRe: write file question Pin
PIEBALDconsult7-Aug-08 3:47
mvePIEBALDconsult7-Aug-08 3:47 
GeneralRe: write file question Pin
Alan Balkany7-Aug-08 3:52
Alan Balkany7-Aug-08 3:52 
AnswerRe: write file question Pin
#realJSOP7-Aug-08 4:09
professional#realJSOP7-Aug-08 4:09 
GeneralRe: write file question Pin
Wes Aday7-Aug-08 4:11
professionalWes Aday7-Aug-08 4:11 
GeneralRe: write file question Pin
#realJSOP7-Aug-08 4:18
professional#realJSOP7-Aug-08 4:18 
GeneralRe: write file question - OT Pin
Wes Aday7-Aug-08 8:57
professionalWes Aday7-Aug-08 8:57 
JokeRe: write file question Pin
darkelv7-Aug-08 19:30
darkelv7-Aug-08 19:30 

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.