Click here to Skip to main content
15,901,925 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with 'struct' in the same file as 'class'. Pin
WREY8-Oct-03 9:50
WREY8-Oct-03 9:50 
GeneralRe: Problem with 'struct' in the same file as 'class'. Pin
Anthony_Yio8-Oct-03 16:26
Anthony_Yio8-Oct-03 16:26 
Generalstatic libraries & templates Pin
Themis7-Oct-03 22:21
Themis7-Oct-03 22:21 
GeneralRe: static libraries & templates Pin
Anthony_Yio8-Oct-03 1:03
Anthony_Yio8-Oct-03 1:03 
GeneralRe: static libraries & templates Pin
ZoogieZork8-Oct-03 5:18
ZoogieZork8-Oct-03 5:18 
GeneralRe: static libraries & templates Pin
cmk8-Oct-03 9:55
cmk8-Oct-03 9:55 
GeneralSecure wireless pc Pin
aprogrammer20027-Oct-03 21:52
aprogrammer20027-Oct-03 21:52 
GeneralMultiple choice..Creating Splitter windows Pin
DarkestDreams7-Oct-03 21:24
sussDarkestDreams7-Oct-03 21:24 
Hi,

Time for some MC. Grades will not be given, no answer is wrong. So don't hesitate to answer. Wink | ;)

in my many wanderings across the Expanse I have found two ways to create multiple-splitted views.
One is to define various CSplitterWnd (or a derived class) variables in your MainFrm class, and initialise all of them in its OnCreateClient function. \
The other is to define but one CSplitterWnd variable in your MainFrm, and then create CWnd/CFrameWnd derived views in its OnCreateClient function. These derived views have their own CSplitterWnd variable, which is initialised in their OnCreate(Client) function. This process can of course be repeated several times.

Now, the big Q is, which of the two has the preference? Is it easier to update all the views in one case, or update only specific views? Is it easier to get a specific pane? Etc, Etc.

Much regard,
Erik
GeneralRe: Multiple choice..Creating Splitter windows Pin
Anthony_Yio8-Oct-03 1:12
Anthony_Yio8-Oct-03 1:12 
Generalradio/check backcolor Pin
Gabriel.P.G7-Oct-03 19:05
Gabriel.P.G7-Oct-03 19:05 
GeneralRe: radio/check backcolor Pin
Mike Danberg7-Oct-03 20:39
Mike Danberg7-Oct-03 20:39 
GeneralRe: radio/check backcolor Pin
Rickard Andersson207-Oct-03 22:32
Rickard Andersson207-Oct-03 22:32 
GeneralRe: radio/check backcolor Pin
Jonas Larsson7-Oct-03 23:40
Jonas Larsson7-Oct-03 23:40 
GeneralRe: radio/check backcolor Pin
Rickard Andersson208-Oct-03 0:19
Rickard Andersson208-Oct-03 0:19 
GeneralRe: radio/check backcolor Pin
Jonas Larsson8-Oct-03 0:45
Jonas Larsson8-Oct-03 0:45 
GeneralRe: radio/check backcolor Pin
Gabriel.P.G8-Oct-03 16:58
Gabriel.P.G8-Oct-03 16:58 
GeneralRe: radio/check backcolor Pin
Mike Danberg8-Oct-03 17:41
Mike Danberg8-Oct-03 17:41 
QuestionHow cartoon move on the screen Pin
sunju7-Oct-03 18:35
sunju7-Oct-03 18:35 
Generalauto restart application Pin
GeneKwok7-Oct-03 17:37
GeneKwok7-Oct-03 17:37 
GeneralRe: auto restart application Pin
valikac7-Oct-03 17:53
valikac7-Oct-03 17:53 
GeneralRe: auto restart application Pin
GeneKwok7-Oct-03 19:14
GeneKwok7-Oct-03 19:14 
GeneralRe: auto restart application Pin
Toni787-Oct-03 20:10
Toni787-Oct-03 20:10 
GeneralRe: auto restart application Pin
GeneKwok7-Oct-03 23:22
GeneKwok7-Oct-03 23:22 
GeneralRe: auto restart application Pin
Toni788-Oct-03 8:04
Toni788-Oct-03 8:04 
GeneralInteresting Problem with IOCP and AcceptEx() :: Winsock Pin
valikac7-Oct-03 17:12
valikac7-Oct-03 17:12 

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.