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
linda thomas
NA
1
0
RichtextBox link color - URGENT
May 23 2006 7:20 AM
Hi,
I can't change the link color in my richtext box. I'm using rtf syntax to create link.
My code is as follows :
string clrTable="{\\colorTbl;\\red0\\green0\\blue0;\\red255\\green212\\blue123;\\red121\\green30\\blue122;}";
richTextBox1.rtf = @"{ rtf1\ansi\
"+clrTable+"
\\cf1
\\cf2
\\v
ftp:\\v0Help \\cf1}";
Here, "ftp:" is used to create "Help" as the link. But link color is always blue when I'm using the tag "ftp:".
Is there any other way to change link color in Richtextbox in C# application ?
Please help... Thank You,
Reply
Answers (
0
)
Convert a string (diffrent formats) to date
.Net Explanation