Hi,
How can I have a photo(*.gif) in a Dialog box?
Thanks,
Deepak Samuel.
Printable View
Hi,
How can I have a photo(*.gif) in a Dialog box?
Thanks,
Deepak Samuel.
easiest way is to add the microsoft picture clip activex control. it wll solve ur problem...;)
Another option is to convert your picture to bmp format, then add it as a picture control in your dialog's resource file.
How to add it as a picture control in your dialog's resource file ?
Step pls..
Thanks.
You may also look at CxImage, its free and support many formats, plus different files conversations as well. Images from resource or external files, both can be used pretty easily.
You can display the picture in any window with that.
first of all using the appwizard add support for activex controls then in dialog editor right click on the dialog nd select activex control. now frm the list box select the picture control:cool:Quote:
Originally posted by Dimension
How to add it as a picture control in your dialog's resource file ?
Step pls..
Thanks.