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

C#

 
AnswerRe: A good 128-bit signed integer impl? Pin
Dave Kreskowiak8-Feb-06 16:39
mveDave Kreskowiak8-Feb-06 16:39 
QuestionRegEx - Allowing Spaces Pin
Expert Coming8-Feb-06 11:37
Expert Coming8-Feb-06 11:37 
GeneralRe: RegEx - Allowing Spaces Pin
Guffa8-Feb-06 12:42
Guffa8-Feb-06 12:42 
AnswerRe: RegEx - Allowing Spaces Pin
DigitalKing8-Feb-06 13:10
DigitalKing8-Feb-06 13:10 
GeneralRe: RegEx - Allowing Spaces Pin
Expert Coming8-Feb-06 13:32
Expert Coming8-Feb-06 13:32 
GeneralRe: RegEx - Allowing Spaces Pin
Dave Kreskowiak8-Feb-06 16:36
mveDave Kreskowiak8-Feb-06 16:36 
GeneralRe: RegEx - Allowing Spaces Pin
Expert Coming8-Feb-06 19:19
Expert Coming8-Feb-06 19:19 
QuestionRich Text Box and Hyperlinks Pin
DELETEUSER8-Feb-06 11:32
DELETEUSER8-Feb-06 11:32 
In a C# application I have created a rich text box (let's say richTextBox1) whose contents are saved to an XML file. Later I retrieve the text from XML file and display it in another rich text (let's say richTextBox2). If the text that I paste in richTextBox1 contains hyperlink associated to it then the url is displayed next to the word that initially contained hyperlink. Because of this when I retrieve the text in richTextBox2 it displays an url next to the word. It's too messy. Is there any way I can save and retrieve the hyperlink as in richTextBox1 and richTextBox2.

e.g. If I copy the below statement to paste in richTextBox1
"Click here for Hotmail" <-- note: Hotmail is the hyperlink.

If I paste the above text to richTextBox1 it gets pasted as below
"Click here for Hotmail <http://www.hotmail.com/NewFrameset?WelcomeForm> "

In richTextBox2 it retrives as

"Click here for Hotmail <http://www.hotmail.com/NewFrameset?WelcomeForm> "

I want it to display as

"Click here for Hotmail" <-- note: with Hotmail as the hyperlink.

Is there a way to do it?

thanks

----------
Venus Patel
http://patelsinc.blogspot.com/

A student knows little about a lot.
A professor knows a lot about little.
I know everything about nothing.

AnswerRe: Rich Text Box and Hyperlinks Pin
DigitalKing8-Feb-06 13:07
DigitalKing8-Feb-06 13:07 
QuestionConverting and things to their html codes Pin
eggie58-Feb-06 11:05
eggie58-Feb-06 11:05 
AnswerRe: Converting and things to their html codes Pin
Edbert P8-Feb-06 11:28
Edbert P8-Feb-06 11:28 
QuestionDevExpress ASPxGrid question Pin
golfaddict8-Feb-06 9:51
golfaddict8-Feb-06 9:51 
QuestionPassing string from C++ code to C# Pin
Roman Muntyanu8-Feb-06 9:47
Roman Muntyanu8-Feb-06 9:47 
AnswerRe: Passing string from C++ code to C# Pin
leppie8-Feb-06 10:57
leppie8-Feb-06 10:57 
Questioncompile .dll into .exe file Pin
sergej8-Feb-06 6:22
sergej8-Feb-06 6:22 
AnswerRe: compile .dll into .exe file Pin
Judah Gabriel Himango8-Feb-06 7:27
sponsorJudah Gabriel Himango8-Feb-06 7:27 
QuestionTreeView Send Message Error Pin
sameerhanda8-Feb-06 5:36
sameerhanda8-Feb-06 5:36 
GeneralRe: TreeView Send Message Error Pin
DigitalKing8-Feb-06 9:20
DigitalKing8-Feb-06 9:20 
Questionimages uploading and displaying Pin
Net-Programer-and-developer8-Feb-06 4:35
Net-Programer-and-developer8-Feb-06 4:35 
AnswerRe: images uploading and displaying Pin
Ingo8-Feb-06 5:28
Ingo8-Feb-06 5:28 
QuestionSymbolic Integration & Automatic Differentiation Pin
Naveed Shoaib8-Feb-06 4:23
Naveed Shoaib8-Feb-06 4:23 
AnswerRe: Symbolic Integration & Automatic Differentiation Pin
Ingo8-Feb-06 5:25
Ingo8-Feb-06 5:25 
QuestionUser Control Change Data Pin
tadhg888-Feb-06 4:19
tadhg888-Feb-06 4:19 
QuestionUsing the XML.Serialize Pin
NewbieDude8-Feb-06 3:46
NewbieDude8-Feb-06 3:46 
QuestionUnset ReadOnly? (Basic BitWise Question!) Pin
MartinSmith8-Feb-06 3:37
MartinSmith8-Feb-06 3:37 

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.