How do I load bitmaps in GDI without getting errors using CreatePatternBrush and LoadBitmap? Thank you!
I trully am not good with GDI, gonna have to get help from some one else!
November 12, 2000 06:05 PM
Use LoadImage rather than LoadBitmap.
If you want to display the image, Select it into a device context, and then Blt it to the DC of your window. The MSDN has full details on this, but if you have a more specific question I can give a better answer.
If you want to display the image, Select it into a device context, and then Blt it to the DC of your window. The MSDN has full details on this, but if you have a more specific question I can give a better answer.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement