Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: Subscribing and unsubscribing from events. Pin
Thomas Stockwell7-Aug-08 9:07
professionalThomas Stockwell7-Aug-08 9:07 
AnswerRe: Subscribing and unsubscribing from events. Pin
Alan N7-Aug-08 9:08
Alan N7-Aug-08 9:08 
GeneralRe: Subscribing and unsubscribing from events. Pin
Steve_7-Aug-08 13:54
Steve_7-Aug-08 13:54 
QuestionVSX: How to determine the type of the object in text editor? Pin
Tac_Evaworcim7-Aug-08 7:49
Tac_Evaworcim7-Aug-08 7:49 
QuestionC# Socks Proxy Chaining Pin
davehere407-Aug-08 7:42
davehere407-Aug-08 7:42 
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 

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.