Dhustone
01-24-2004, 12:17 PM
Here's the problem.
I've created a eVC app as an SDI and placed a splitter window in the mainframe window. That builds fine.
With one of the splitter views I want to load a 256 colour bitmap stored in the app itself. I've tried loading it from an ID number and a string but it refuses to display.
I've tried to load it from the view classes OnDraw() and OnInitialUpdate() but to no avail.
The bitmap member in the function accepts the ID and the SelectObject() takes the variable and then... nothing.
Its getting to the stage where I might have some stickers made and slap one on the screen each time I fire up the app!
I don't want to use imgdecmp or anything like that cos its too heavy duty and instructions are thin on the ground.
Help?
I've created a eVC app as an SDI and placed a splitter window in the mainframe window. That builds fine.
With one of the splitter views I want to load a 256 colour bitmap stored in the app itself. I've tried loading it from an ID number and a string but it refuses to display.
I've tried to load it from the view classes OnDraw() and OnInitialUpdate() but to no avail.
The bitmap member in the function accepts the ID and the SelectObject() takes the variable and then... nothing.
Its getting to the stage where I might have some stickers made and slap one on the screen each time I fire up the app!
I don't want to use imgdecmp or anything like that cos its too heavy duty and instructions are thin on the ground.
Help?