Click here to Skip to main content
15,894,630 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to add a bmp image on the dialog in vc++ project.how i will do it in my project.
Posted
Comments
Henry Minute 16-Jun-10 8:12am    
Google it, try something, write some code then ask here when/if you get stuck showing the code you used and explaining the error(s) you get.

1 solution

Try:
1. Add a bitmap as a resource to your project
2. Add a picture control to the dialog
3. Choose the style 'bitmap' for this control
4. Assign the bitmap ID to this control
 
Share this answer
 
Comments
Member 13804509 14-Jul-18 5:19am    
Sir how to choose style bitmap for that control i am unable to see that option in style plz help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900