How can I display an image in a MsgBox?
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- CV2 Image Error: error: (-215:Assertion failed) !s
- Replace image attributes for lazyload plugin on im
- How to display an image represented by three matri
相关文章
- Use savefig in Python with string and iterative in
- Where does this quality loss on Images come from?
- Specifying image dimensions in HTML vs CSS for pag
- How to insert pictures into each individual bar in
- How do I append metadata to an image in Matlab?
- Img url to dataurl using JavaScript
- Click an image, get coordinates
- C# Saving huge images
What you want is called a HyperText Application, or HTA. You use HTML to create the form.
The answer is: this is not possible.
MsgBox
can only display strings.Documentation: http://msdn.microsoft.com/en-us/library/sfw6660x%28v=vs.85%29.aspx
An alternative is to display your image in a small Internet Explorer window. Here's an example:
This should display the Venn diagram found in Stack Overflow's about section.