Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I just came across a problem with RichTextBox in .NET.

Using Insert Plain Text and Images into RichTextBox at Runtime[^] I can insert an image to the RichTextBox. Then what I want is that when the image in the RichTextBox is clicked, a MessageBox pops-up showing its name or id.

My question is: how can I embed the name or id of the image into the rtf of the RichTextBox?

I have tried to add parameters into the rtf string using: {\pict{\pictName myName}{\pictID myID}\wmetafile8...} and then set to richtextbox1.Rtf; but I found that there are still no parameters in

richtextbox1.Rtf:{\pict\wmetafile8...}
Is there any other way, except comparing the whole WmfBits to the list in the background, to get the image's name or id?

Thanks in advance.
Posted
Updated 7-Apr-13 21:14pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900