I have loaded a simple background picture in my CView but its 256 color. Is there any way to load true color background picture?
:confused:
Thanks......
Printable View
I have loaded a simple background picture in my CView but its 256 color. Is there any way to load true color background picture?
:confused:
Thanks......
try to use LoadImage to load the bitmap image from file and use BitBlt to display it on DC;