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

C#

 
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 
QuestionProblem with Byte Pin
softwarejaeger7-Aug-08 3:17
softwarejaeger7-Aug-08 3:17 
AnswerRe: Problem with Byte Pin
leppie7-Aug-08 3:32
leppie7-Aug-08 3:32 
GeneralRe: Problem with Byte Pin
softwarejaeger7-Aug-08 3:36
softwarejaeger7-Aug-08 3:36 
GeneralRe: Problem with Byte Pin
leppie7-Aug-08 3:43
leppie7-Aug-08 3:43 
GeneralRe: Problem with Byte Pin
#realJSOP7-Aug-08 4:19
professional#realJSOP7-Aug-08 4:19 

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.