|
-
April 14th, 1999, 01:44 AM
#1
fullscreen application
How can I create a fullscreen SDI application
-
April 14th, 1999, 06:13 AM
#2
Re: fullscreen application
A window is fullscreen when its client area occupies the entire screen. You need to size the window so that the non-client area is outside the screen bounds (this means the top left of the window is in negative coordinate territory).
Always-on-top appbars should take themselves out of the topmost z-order so that they do not cover the fullscreen window.
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
|