本文介绍了如何在文本框中插入图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法在文本框中插入图像?我正在开发一个聊天应用程序.我想用图标图像更改值:)"、:("等.但我找不到如何在文本框中插入图像?
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?
谢谢.
推荐答案
使用 RichTextBox
在运行时将纯文本和图像插入 RichTextBox
将图像插入 RichTextBox 控件(OLE 方式)
Use RichTextBox
Insert Plain Text and Images into RichTextBox at Runtime
Inserting images into a RichTextBox control (the OLE way)
这篇关于如何在文本框中插入图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!