Hi Guys,
I want to know how can you add image to a part of word .I ll explain it further...suppose i display some text on a text box , now what i want to do is , suppose i have a word 'horse' in my text and i want to select hor and assign image to it and select se and assign image to it.How can i achieve this.
Thanks

Recommended Answers

All 2 Replies

Hi Guys,
I want to know how can you add image to a part of word .I ll explain it further...suppose i display some text on a text box , now what i want to do is , suppose i have a word 'horse' in my text and i want to select hor and assign image to it and select se and assign image to it.How can i achieve this.
Thanks

Think about Dictionary object.

Dictionary<string, byte[]> items = new Dictionary<string, byte[]>();

Thanks for the repy .Can you explain this a little more.I am pretty new to c# and visual studio.Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.