July 29th, 1999, 06:06 AM
i want my application to be displayed in full screen mode. How do i achieve this using windows SDK?
|
Click to See Complete Forum and Search --> : full screen mode July 29th, 1999, 06:06 AM i want my application to be displayed in full screen mode. How do i achieve this using windows SDK? ChristianM July 29th, 1999, 08:46 AM try to add this flag : WS_MAXIMIZE JOELLO July 29th, 1999, 09:30 AM 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 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? Gomez Addams July 30th, 1999, 12:40 PM Try this knowledge base article : http://support.microsoft.com/support/kb/articles/q164/1/62.asp codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |