Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can someone explain this please Pin
Chris Losinger27-Jan-05 10:55
professionalChris Losinger27-Jan-05 10:55 
GeneralRe: Can someone explain this please Pin
Tom Wright27-Jan-05 11:09
Tom Wright27-Jan-05 11:09 
GeneralRe: Can someone explain this please Pin
Chris Losinger27-Jan-05 12:07
professionalChris Losinger27-Jan-05 12:07 
GeneralRe: Can someone explain this please Pin
David Crow27-Jan-05 5:42
David Crow27-Jan-05 5:42 
GeneralRe: Can someone explain this please Pin
Tom Wright27-Jan-05 5:49
Tom Wright27-Jan-05 5:49 
GeneralRe: Can someone explain this please Pin
David Crow27-Jan-05 5:53
David Crow27-Jan-05 5:53 
GeneralRe: Can someone explain this please Pin
Tom Wright27-Jan-05 10:26
Tom Wright27-Jan-05 10:26 
GeneralDocument order Pin
vineas27-Jan-05 4:33
vineas27-Jan-05 4:33 
In an MFC MDI app, I need to determine the ordering of open documents, based on the z-order of the associated views. I tried using GetFirstDocPosition() and it's associates, but it turns out that only gives me the order in which the documents were opened (which is the same as the order typically displayed in the "Window" menu). What I need though is the order in which the documents are in the z-order (like if you cycle through them with CTRL-TAB).

I know this is possible, the VC.NET 2003 IDE shows the "Window" menu in this order, I just can't figure out how it's done. Confused | :confused:

Any ideas or directions I can look?

-----
In the land of the blind, the one eyed man is king.
GeneralRe: Document order Pin
Neville Franks27-Jan-05 5:57
Neville Franks27-Jan-05 5:57 
GeneralRe: Document order Pin
vineas27-Jan-05 6:31
vineas27-Jan-05 6:31 
Generalmodulus error result Pin
mytz27-Jan-05 3:05
mytz27-Jan-05 3:05 
GeneralRe: modulus error result Pin
Chris Losinger27-Jan-05 3:16
professionalChris Losinger27-Jan-05 3:16 
GeneralRe: modulus error result Pin
Antony M Kancidrowski27-Jan-05 3:17
Antony M Kancidrowski27-Jan-05 3:17 
GeneralRe: modulus error result Pin
Maximilien27-Jan-05 3:17
Maximilien27-Jan-05 3:17 
Generalmodulus prob Pin
mytz27-Jan-05 3:00
mytz27-Jan-05 3:00 
GeneralRe: modulus prob Pin
Chris Losinger27-Jan-05 3:05
professionalChris Losinger27-Jan-05 3:05 
Generalcann't complie .c files in vc++ 6.0 Pin
vikram yadav27-Jan-05 2:38
vikram yadav27-Jan-05 2:38 
GeneralRe: cann't complie .c files in vc++ 6.0 Pin
David Crow27-Jan-05 2:46
David Crow27-Jan-05 2:46 
GeneralRe: cann't complie .c files in vc++ 6.0 Pin
Bob Ciora27-Jan-05 6:10
Bob Ciora27-Jan-05 6:10 
Generalusing modulus... Pin
mytz27-Jan-05 2:35
mytz27-Jan-05 2:35 
GeneralRe: using modulus... Pin
David Crow27-Jan-05 2:49
David Crow27-Jan-05 2:49 
GeneralRe: using modulus... Pin
User 665827-Jan-05 2:52
User 665827-Jan-05 2:52 
Questionhow to close a thread? Pin
doneirik27-Jan-05 1:58
doneirik27-Jan-05 1:58 
AnswerRe: how to close a thread? Pin
Abyss27-Jan-05 2:29
Abyss27-Jan-05 2:29 
AnswerRe: how to close a thread? Pin
David Crow27-Jan-05 2:54
David Crow27-Jan-05 2:54 

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.