Rich Text Box Question

  • Thread starter Thread starter Bradley
  • Start date Start date
B

Bradley

I've loaded an RTF file into a RichTextBox. I have included some internal
hyperlinks
to simplify movement around the file, but the hyperlinks aren't active when
loaded into the RichTextBox and displayed. Am I missing something simple or
is there something else I need to do programmatically?

TIA

Brad
 
what hyperlinks is this? it is url, email, etc or some regular bold,
italic or underline?
 
Can you elaborate a little? I am unable to find anything about urldetect as a richtextbox property.
did u set richtextbox property urldetect to true?
Bradley wrote:

I used MS Word to create internal links to various headers and bookmarks.

Brad

what hyperlinks is this? it is url, email, etc or some regular bold,
italic or underline?


Bradley wrote:

I've loaded an RTF file into a RichTextBox. I have included some internal
hyperlinks
to simplify movement around the file, but the hyperlinks aren't active
when
loaded into the RichTextBox and displayed. Am I missing something simple
or
is there something else I need to do programmatically?

TIA

Brad
 
look in book
Can you elaborate a little? I am unable to find anything about
urldetect as a richtextbox property.

in message did u set richtextbox property urldetect to true?
 
Okay, I found it under DetectURL, but it is already set to true and has no impact.
Can you elaborate a little? I am unable to find anything about urldetect as a richtextbox property.
did u set richtextbox property urldetect to true?
Bradley wrote:

I used MS Word to create internal links to various headers and bookmarks.

Brad

what hyperlinks is this? it is url, email, etc or some regular bold,
italic or underline?


Bradley wrote:

I've loaded an RTF file into a RichTextBox. I have included some internal
hyperlinks
to simplify movement around the file, but the hyperlinks aren't active
when
loaded into the RichTextBox and displayed. Am I missing something simple
or
is there something else I need to do programmatically?

TIA

Brad
 
Bradley said:
I used MS Word to create internal links to various headers and bookmarks.

The .NET richtextbox control supports RTF 1.6 only. Word 2003 uses RTF 1.8.
 
Back
Top