MFC without Caption bar 
Author Message
 MFC without Caption bar

Hi!
This could sounds silly, but how can I in MFC SDI app (or using MFC, but
without any wizard or creator) create a window that covers full screen?
Well, to do this in my CFrameWnd derived class in constructor I write:
 Create(NULL,"Some string that won't be displayed",
WS_MAXIMIZE|WS_POPUP|WS_CLIPCHILDREN);    //it's full screen...

...but I don't like this code, I'm sure that it's other way to make a
full-screen app.
How can I achieve this?
Thanks
JC



Mon, 17 Nov 2003 21:52:50 GMT  
 MFC without Caption bar

Quote:
>This could sounds silly, but how can I in MFC SDI app (or using MFC, but
>without any wizard or creator) create a window that covers full screen?

Have a look at Knowledge Base article Q164162 "Adding a Full Screen
Feature to an MFC Application".

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.



Tue, 18 Nov 2003 05:40:22 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Window without caption bar

2. How to implement a Property Sheet without caption bar

3. Creating A Window Without A Caption Bar.....

4. How to implement a Property Sheet without caption bar

5. How to drag a form without the caption bar

6. HowTo Create a Tool Bar without MFC....

7. Window Without border and without title bar

8. Getting window handle without matching window caption text

9. Moving windows without visible caption

10. SDI As Child without Caption but with Menu

11. Moving Windows Without Captions

12. Problem creating PropertySheet objects without a caption

 

 
Powered by phpBB® Forum Software