TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
allan petersen 0
NA
1
0
How can I Change color of text?
Aug 6 2005 10:13 AM
Hi! I'm a newbie, and i've tried to look at msdn.microsoft.com but I can't find out how to change the ForeColor of a specifik piece text (string) ex: Loading Program....... OK ( then I want to turn the "OK" Green!! ) I've tried something like this: public string ColorChange1() { string color; logview.Text = testcase.TestResult.Ok.ToString(); logview.ForeColor = Color.Green; color = logview.Text.ToString(); return color; } But All it does is turn the hole listview(logview) text green. I'm in the dark here.... Hope one of you kind souls out there could point me in the right direction.. Allan Petersen (Denmark)
Reply
Answers (
1
)
slow work
How to make an auto sized textbox