Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding static bmp image into C++ program

Status
Not open for further replies.

Gmama

IS-IT--Management
Mar 31, 2004
13
US
I have a robot bitmap running around 20*20 square and now I need to add a bmp background so that it isnt plain white. Any suggestion?

Thanks

Arliene
 
Create control of predefined STATIC class with SS_BITMAP style using CreateWindowEx() and send message STM_SETIMAGE to that control then.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top