Click here to Skip to main content
15,914,074 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linker error LNK2001 with MAPISendMessage Pin
5-Jun-01 8:35
suss5-Jun-01 8:35 
GeneralPlease help me: Conversion Problem Pin
kyousuke22-Mar-01 0:46
kyousuke22-Mar-01 0:46 
GeneralRe: Please help me: Conversion Problem Pin
22-Mar-01 2:29
suss22-Mar-01 2:29 
GeneralRe: Please help me: Conversion Problem Pin
markkuk22-Mar-01 22:01
markkuk22-Mar-01 22:01 
GeneralWin95 DOS Shell versus WinNT Dos Shell Pin
Gerry21-Mar-01 21:59
Gerry21-Mar-01 21:59 
GeneralRe: Win95 DOS Shell versus WinNT Dos Shell Pin
Michael Dunn22-Mar-01 13:04
sitebuilderMichael Dunn22-Mar-01 13:04 
GeneralRe: Win95 DOS Shell versus WinNT Dos Shell Pin
Gerry22-Mar-01 21:45
Gerry22-Mar-01 21:45 
GeneralMFC Design Question Pin
21-Mar-01 17:30
suss21-Mar-01 17:30 
I'm looking into developing an app that needs to have a slight twist on the doc/view architecture, and I'd like some opinions.

In a nushell, we'd like to have an Explorer-type interface, but with the tree containing multiple documents. The top level of the tree would contain N documents, and the data within each document, which is organized hierarchically, would be displayed as children of the documents.

The wrinkle here is that the window containing the tree is outside the normal doc/view paradigm; it not only displays a "list" of available documents, it also displays data for each document. I know how to deal with the latter problem - I'll bypass the UpdateAllViews() mechanism in MFC and replace it with a custom Publish/Subscribe scheme - but how to deal with the tree window?

So far, two ideas have occurred to me:

1) Make the tree window be a child of the mainframe, and not a view; that is, something analogous to a permanently docked control bar.
2) Create a phony "master document", which references all the other documents, and then have this window be a view into the master doc.

I'm still kicking ideas around, but tonight I'm leaning toward 1). Thoughts? Suggestions? References? Catcalls? (I suppose for you Aussies, these would be Koala calls...)

TIA



Jim Johnson

GeneralRe: MFC Design Question Pin
Michael Dunn21-Mar-01 20:20
sitebuilderMichael Dunn21-Mar-01 20:20 
GeneralRe: MFC Design Question Pin
l a u r e n22-Mar-01 20:29
l a u r e n22-Mar-01 20:29 
GeneralLooking for Algorithm to match RGB values Pin
Wolfram Steinke21-Mar-01 13:42
Wolfram Steinke21-Mar-01 13:42 
GeneralRe: Looking for Algorithm to match RGB values Pin
22-Mar-01 0:01
suss22-Mar-01 0:01 
GeneralRe: Looking for Algorithm to match RGB values Pin
Christian Graus22-Mar-01 11:46
protectorChristian Graus22-Mar-01 11:46 
GeneralPlease help save my sanity... Pin
21-Mar-01 10:16
suss21-Mar-01 10:16 
GeneralRe: Please help save my sanity... Pin
Michael Dunn21-Mar-01 16:52
sitebuilderMichael Dunn21-Mar-01 16:52 
GeneralReplacing ComboBox arrow-button Pin
21-Mar-01 9:41
suss21-Mar-01 9:41 
GeneralHelp me Please! Bitmap UI probs Pin
21-Mar-01 8:36
suss21-Mar-01 8:36 
GeneralRe: Help me Please! Bitmap UI probs Pin
Chris Losinger21-Mar-01 9:29
professionalChris Losinger21-Mar-01 9:29 
GeneralRe: Help me Please! Bitmap UI probs Pin
21-Mar-01 9:52
suss21-Mar-01 9:52 
GeneralRe: Help me Please! Bitmap UI probs Pin
Chris Losinger21-Mar-01 11:26
professionalChris Losinger21-Mar-01 11:26 
GeneralRe: Help me Please! Bitmap UI probs Pin
Michael Dunn21-Mar-01 16:58
sitebuilderMichael Dunn21-Mar-01 16:58 
GeneralRe: Help me Please! Bitmap UI probs Pin
22-Mar-01 12:03
suss22-Mar-01 12:03 
GeneralRe: Help me Please! Bitmap UI probs Pin
23-Mar-01 9:14
suss23-Mar-01 9:14 
QuestionHow to turn status bar, menu bar, tool bar, title bar off? Pin
Richard Cheng21-Mar-01 6:23
Richard Cheng21-Mar-01 6:23 
GeneralAccelerator Pin
confalonieri21-Mar-01 3:57
confalonieri21-Mar-01 3:57 

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.