how to set background image in a dialog box in vc++6.0
相关问题
- 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?
- Checking & Unchecking Checkboxes inside a JQuery M
- Img url to dataurl using JavaScript
- Click an image, get coordinates
Use the function
SetBackgroundImage()
in yourOnInitDialog()
. Example:For more details, see https://msdn.microsoft.com/en-us/library/bb983866.aspx.
For MFC you overload OnEraseBackground