Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to insert image in a textbox

Is there a way to insert an image in a textbox? I'm working on a chat application. And I want to change the values ":)", ":(" etc. with icon images. But I couldn't find that how can I insert image in a textbox?

Thanks.

like image 752
Okan Kocyigit Avatar asked May 29 '11 14:05

Okan Kocyigit


1 Answers

Use RichTextBox
Insert Plain Text and Images into RichTextBox at Runtime
Inserting images into a RichTextBox control (the OLE way)

Like this

like image 91
Shahin Avatar answered Oct 20 '22 00:10

Shahin