6.  WINDOW, CONTROL, AND DIALOG CLASS QUESTIONS

        6.1.  Windows   
                6.1.1.   How can I use a custom icon for a window?        
                6.1.2.   How do I change the styles for a window that's created by MFC?  
                6.1.3.   How do I get the minimal size of a window using MFC?    
                6.1.4.   How do I change a Window's title?  
                6.1.5.   How do I get rid of 'Untitled' in my main window caption?  
                6.1.6.   How do I maximize my MDI child? 
                6.1.7.   Why does focus go nutso with a CSplitterWnd?
                6.1.8.   How do I make my first MDI child window start out maximized?

        6.2. Controls  
                6.2.1.   How do I get a CControl from a Dialog Template? 
                6.2.2.   How do I subclass a control using MFC?  
                6.2.3.   Why do I get an ASSERT when I subclass a control?        
                6.2.4.   How do I validate the contents of a control when it loses focus?      
                6.2.5.   How do I enable/disable a bank of checkboxes?   
                6.2.6.   How do I change the background color of a control?       
                6.2.7.   How do I trap the key for my control?   
                6.2.8.   How can I DDX with a multiple selection listbox?
                6.2.9.   How do I change the background color of a BUTTON???     
              6.2.10.   Why isn't CEdit putting things on separate lines?      
              6.2.11.    How do I get to the CEdit in a combobox?       
              6.2.12.   How do I load more than 64K into an edit control?       
              6.2.13.   How do I subclass the listbox portion of a combobox?
              6.2.14.   How do I inherit a from a MFC standard control class?

        6.3.  Dialogs   
                6.3.1.   How do I center my dialog?      
                6.3.2.   How do I get the 'old style' common dialogs on win95?   
                6.3.3.   How do I subclass a win95 common dialog?
                6.3.4.   CDialog::Create() fails, what could be wrong?   
                6.3.5.   How do I create a toolbar/statusbar in a dialog?
                6.3.6.   Why isn't my CDialog::PreCreateWindow() getting called? 
                6.3.7.   How do I embed a common dialog in a property page?       
                6.3.8.   Why can't I DDX/DDV to initialize my CDialog controls?  
                6.3.9.   How do I change the captions of a CPropertyPage?
              6.3.10.   How do I trap F1 in my dialog? 
              6.3.11.   How do I change the icon for a dialog-only MFC application?

        6.4. Control Bars, Status Bars, Toolbars, and Dialog Bars 
                6.4.1.   How do I add a combobox to my toolbar?  
                6.4.2.   How do I update the text of a pane in a status bar?     
                6.4.3.   How do I make my CToolBar customizable at run-time?     
                6.4.4.   How do I turn off the toolbar or status bar?    
                6.4.5.   How do I create a toolbar/statusbar in a dialog?
                6.4.6.   Why doesn't MFC support the new controls provided by IE?
                6.4.7.   Why doesn't MFC have toolbars like the Office 97 application?
                6.4.8.   Why doesn't MFC support command bar menus like the Visual C++ IDE?

        6.5. Menus     
                6.5.1.   How do I get a pointer to the menu bar in a MDI app?    
                6.5.2.   How do I implement a right-mouse popup-menu?    
                6.5.3.   How do I dynamically change the mainframe menu? 
                6.5.4.   How do I 'attach' a menu to a window's creation/destruction?

        6.6.  Windows Common Controls  (A.K.A. Windows 95 Controls)      
                6.6.1.   Can I use these controls under NT or Win32s?    
                6.6.2.   Where's a demo of these wickedly cool controls? 
                6.6.3.   How do you handle NM_DBLCLK for a CListCtl?     
                6.6.4.   Does CTreeCtrl support multiple selection?      
                6.6.5.   When I expand a node in my CTreeCtrl, there's no visual feedback, what to do?
                6.6.6.   How do I get multiple selection, tooltips, editable nodes, multiple columns in my trees?

       6.7. CSplitterWnd
               6.7.1. How do I create non-resizable (static AND fixed) splitter bars?