|
-
January 18th, 2003, 02:04 PM
#1
showing bitmaps on full screen
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
-
January 19th, 2003, 02:22 AM
#2
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
-
January 19th, 2003, 05:08 AM
#3
re bitmaps
I mean that i don't want the titlebar and the border of the main window to be visible - only my bitmap image.
-
January 20th, 2003, 09:41 PM
#4
In "Rendering a Region Dialog From a BMP/JPEG" aticle of "Zhefu Zhang". U can get what you want.
"Education is what remains after one has forgotten all one learned at school."
Albert Einstein
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|