Re: Stellar Project
- Posted by DerekParnell (admin) Nov 18, 2012
- 1624 views
gwalters said...
This code opens a blank window but If I understand how creatDIB works I should get an object in the window. Any help would be appreciated.
You don't need a DIB (bitmap), just create a Pixmap the same size as your window then draw on the Pixmap, and on your window's Paint event, bitblt the pixmap onto your window. This is a very fast way of updating an animated display.