6. Windows, Controls, 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.1.9. How do I make a window stay on top of the others?
- 6.1.10. How do I make a window move in front of another?
- 6.2. CSplitterWnd
6.2.1. How
do I create non-resizable (static AND fixed) splitter bars?
UPD!! 6.3.12.
How do I load more than 64K into an edit control?
- 6.3. Controls
- 6.3.1. How do I get a CControl from a Dialog Template?
- 6.3.2. How do I subclass a control using MFC?
- 6.3.3. Why do I get an ASSERT when I subclass a control?
- 6.3.4. How do I validate the contents of a control when it loses focus?
- 6.3.5. How do I enable/disable a bank of checkboxes?
- 6.3.6. How do I change the background color of a control?
- 6.3.7. How do I trap the key for my control?
- 6.3.8. How can I DDX with a multiple selection listbox?
- 6.3.9. How do I change the background color of a BUTTON???
- 6.3.10. Why isn't CEdit putting things on separate lines?
- 6.3.11. How do I get to the CEdit in a combobox?