Reputation: 13421
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.
Upvotes: 12
Views: 12401
Reputation: 12843
Use RichTextBox
Insert Plain Text and Images into RichTextBox at Runtime
Inserting images into a RichTextBox control (the OLE way)
Upvotes: 9