Click here to Skip to main content
15,919,774 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Colors: How To? Pin
Michael Martin20-Mar-02 15:30
professionalMichael Martin20-Mar-02 15:30 
AnswerRe: Colors: How To? Pin
soup21-Mar-02 11:37
soup21-Mar-02 11:37 
GeneralProperty Sheets and MMC Pin
Le centriste20-Mar-02 9:35
Le centriste20-Mar-02 9:35 
GeneralRe: Property Sheets and MMC Pin
Joaquín M López Muñoz20-Mar-02 10:59
Joaquín M López Muñoz20-Mar-02 10:59 
GeneralWord 2000 & Messages Pin
20-Mar-02 9:34
suss20-Mar-02 9:34 
GeneralRe: Word 2000 & Messages Pin
Mazdak20-Mar-02 9:38
Mazdak20-Mar-02 9:38 
QuestionHow can I change docking window properties? Pin
Craig Miller20-Mar-02 9:07
Craig Miller20-Mar-02 9:07 
AnswerRe: How can I change docking window properties? Pin
Bill Wilson20-Mar-02 12:09
Bill Wilson20-Mar-02 12:09 
Seems like defining the splitters in the correct order should do it.

Split the main frame into s1 and s2 vertically
--------------
|s1 | s2
| |
| |
| |
| |
| |
| |
--------------

Split s2 into s3 and s4 horizontally

--------------
|s1 | s2
| |
| | s3
| |---------
| | s4
| |
| |
--------------

Split s3 into s5 and s6 vertically
--------------
|s1 | s2 | s2
| | s3 | s3
| | s5 | s6
| |---------
| | s2
| | s4
| |
--------------

split s4 into s6 and s7 vertically
--------------
|s1 | s2 | s2
| | s3 | s3
| | s5 | s6
| |---------
| | s2 | s2
| | s4 | s4
| | s7 | s8
--------------

So An outline view clarifies the nesting of the splitters

s1
s2
s3
s5
s6
s4
s7
s8


Hope this helps,
Bill
GeneralRe: How can I change docking window properties? Pin
Craig Miller20-Mar-02 12:15
Craig Miller20-Mar-02 12:15 
GeneralRe: How can I change docking window properties? Pin
Bill Wilson20-Mar-02 13:30
Bill Wilson20-Mar-02 13:30 
GeneralRe: How can I change docking window properties? Pin
Bill Wilson20-Mar-02 13:32
Bill Wilson20-Mar-02 13:32 
GeneralMulti-colours Pin
Derek Lakin20-Mar-02 9:04
Derek Lakin20-Mar-02 9:04 
GeneralRe: Multi-colours Pin
Andres Manggini20-Mar-02 9:10
Andres Manggini20-Mar-02 9:10 
GeneralRe: Multi-colours Pin
Derek Lakin20-Mar-02 23:25
Derek Lakin20-Mar-02 23:25 
GeneralSplitter window headaches Pin
esapp42020-Mar-02 8:07
esapp42020-Mar-02 8:07 
GeneralRe: Splitter window headaches Pin
esapp42020-Mar-02 9:27
esapp42020-Mar-02 9:27 
GeneralRe: Splitter window headaches Pin
soup20-Mar-02 13:17
soup20-Mar-02 13:17 
GeneralSetting timer in Doc but used in a View Pin
Merle Pittman20-Mar-02 6:58
Merle Pittman20-Mar-02 6:58 
GeneralRe: Setting timer in Doc but used in a View Pin
Mazdak20-Mar-02 7:26
Mazdak20-Mar-02 7:26 
GeneralRe: Setting timer in Doc but used in a View Pin
Merle Pittman20-Mar-02 7:47
Merle Pittman20-Mar-02 7:47 
GeneralRe: Setting timer in Doc but used in a View Pin
Andres Manggini20-Mar-02 8:24
Andres Manggini20-Mar-02 8:24 
GeneralRe: Setting timer in Doc but used in a View Pin
Shog920-Mar-02 8:02
sitebuilderShog920-Mar-02 8:02 
GeneralC2676 Pin
20-Mar-02 6:51
suss20-Mar-02 6:51 
GeneralRe: C2676 Pin
Rickard Andersson2020-Mar-02 7:02
Rickard Andersson2020-Mar-02 7:02 
GeneralRe: C2676 Pin
Bill Wilson20-Mar-02 7:05
Bill Wilson20-Mar-02 7:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.