How to Add Image to Multiline text box in C# Win Forms
-
Hi, i want to add a image to the selected text area in the multiline textbox. can anybody help me regarding this...
-
Hi, i want to add a image to the selected text area in the multiline textbox. can anybody help me regarding this...
An image in a textbox? Sounds like you need a
RichTextBox
.Cheers, Vikram.
"If a trend is truly global, then that trend ought to be visible across ANY subset of that data" - fat_boy
-
Hi, i want to add a image to the selected text area in the multiline textbox. can anybody help me regarding this...
Possibly the easiest way would be to subclass the control and handle the onpaint method to draw in your own image.
Deja View - the feeling that you've seen this post before.
-
Hi, i want to add a image to the selected text area in the multiline textbox. can anybody help me regarding this...
I don't think you can insert image in a textbox. Instead, this article describes how it can be done in a richtextbox: Insert Plain Text and Images into RichTextBox at Runtime[^]
#region signature my articles #endregion