Bitmap in openGL window for windows

Started by
1 comment, last by Vivanco 21 years ago
I want to create a splash screen that displays a bitmap image without a border (like install screens for games) with a couple buttons which will point to a .exe file. If anyone can help or offer any sites with examples or tutorials will be helpful Thanks in advance! (o)..A Bee bit my bottom, now my bottom Big..(o)
(o)..A Bee bit my bottom, now my bottom Big..(o)
Advertisement
You mean a basic dialog box?

Just create a borderless dialog and blit an image to it's HDC.

http://msdn.microsoft.com/library/en-us/gdi/bitmaps_0fzo.asp

That'll get you going in the right direction.

Regards

[edited by - Shag on April 1, 2003 8:05:10 AM]
Thanks mate.

(o)..A Bee bit my bottom, now my bottom Big..(o)
(o)..A Bee bit my bottom, now my bottom Big..(o)

This topic is closed to new replies.

Advertisement