Click to See Complete Forum and Search --> : showing bitmaps on full screen


Zegrin
January 18th, 2003, 01:04 PM
I want to show bitmaps in fullscreen mode not in a window and i have no idea how to do it . I tried to do it in many ways but nothig seems to work fine . I'm not using DirectX. The program is dialog-based so dialog boxes must apear on this bitmap :confused:

filthy_mcnasty
January 19th, 2003, 01:22 AM
full screen but dialog boxes must appear on it? i dont understand what exactly you want then.

to do a full screen thing then create a window over the entire desktop and use BitBlt in that window's WM_PAINT message handler.

WS_EX_TOPMOST is the style you could set on a window if you truely want it fullscreen and nothing in front. if you elaborated a bit more i'm sure we could help more effectively

Zegrin
January 19th, 2003, 04:08 AM
I mean that i don't want the titlebar and the border of the main window to be visible - only my bitmap image.

DaoNgocTu
January 20th, 2003, 08:41 PM
In "Rendering a Region Dialog From a BMP/JPEG" aticle of "Zhefu Zhang". U can get what you want.