|
-
July 29th, 1999, 06:06 AM
#1
full screen mode
i want my application to be displayed in full screen mode. How do i achieve this using windows SDK?
-
July 29th, 1999, 08:46 AM
#2
Re: full screen mode
try to add this flag : WS_MAXIMIZE
-
July 29th, 1999, 09:30 AM
#3
Re: full screen mode
iF YOU WANT A REAL FULL SCREEN MODE YOU MAY GET A DC ON NULL i.e the ENTIRE SCREEN
Yet U are not sure any other application will not interact.
If you want some tips U may :
Look for the screen savers samples.
Look for multidisplays API but only on W98 and not NT 4
/************************ FROM MSDN ***********************
HDC GetDC(
HWND hWnd // handle to a window
);
Parameters
hWnd
Handle to the window whose device context is to be retrieved. If this value is NULL, GetDC retrieves the device context for the entire screen.
***************************************/
-
July 30th, 1999, 01:51 AM
#4
Re: full screen mode
Thnk you for the feedback. Actually i want real full screen mode like in power point or word applications. Can you please provide me with more details?
-
July 30th, 1999, 12:40 PM
#5
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
|