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

C / C++ / MFC

 
AnswerRe: building and packaging executable for standard user vs Administrator Pin
Stuart Dootson6-Feb-09 8:12
professionalStuart Dootson6-Feb-09 8:12 
QuestionHow to use Tree Control Inside List View Control? Pin
mikert_20086-Feb-09 1:48
mikert_20086-Feb-09 1:48 
AnswerRe: How to use Tree Control Inside List View Control? Pin
«_Superman_»6-Feb-09 1:56
professional«_Superman_»6-Feb-09 1:56 
QuestionHow to create different Dialogs as Tabs in single window. Pin
hemlat6-Feb-09 1:19
hemlat6-Feb-09 1:19 
AnswerRe: How to create different Dialogs as Tabs in single window. Pin
«_Superman_»6-Feb-09 1:28
professional«_Superman_»6-Feb-09 1:28 
QuestionRe: How to create different Dialogs as Tabs in single window. [modified] Pin
B_U_A6-Feb-09 22:30
B_U_A6-Feb-09 22:30 
GeneralRe: How to create different Dialogs as Tabs in single window. Pin
Rajesh R Subramanian7-Feb-09 5:37
professionalRajesh R Subramanian7-Feb-09 5:37 
QuestionRe: How to create different Dialogs as Tabs in single window. Pin
B_U_A7-Feb-09 19:22
B_U_A7-Feb-09 19:22 
Thanks Rajesh, that is an interesting link/example, but I am not "there yet".
In order to learn the MFC basics properly and also not to complicate things for me at this stage (I am a novice), I would really like to get this relatively simple task (at least that's what I thought it would be), ...to be done with the standard MFC functionality.
I studied the help file etc. and my thinking was that using the CPropertySheet and ...page classes should do the trick, but rather than displaying the content of the individual dialogs in the appropriate tab pages, they are being displayed on top of the whole main dialog window and I need to close them to get to the actual (main) window).
I am sure this can be done, but I seem to be missing an important little step to implement it properly.
Maybe I must not call the individual dialogs as modal ones (with .DoModal(), but have to somehow, make them non-modal child of the tab control?
Even if that is the case, my problem is, that I don't have a clue how to do it.

Any help is most appreciated. Thanks. Wink | ;-)

modified on Sunday, February 8, 2009 3:53 AM

AnswerRe: How to create different Dialogs as Tabs in single window. Pin
«_Superman_»8-Feb-09 15:36
professional«_Superman_»8-Feb-09 15:36 
GeneralRe: How to create different Dialogs as Tabs in single window. Pin
B_U_A8-Feb-09 18:09
B_U_A8-Feb-09 18:09 
GeneralRe: How to create different Dialogs as Tabs in single window. Pin
«_Superman_»8-Feb-09 19:04
professional«_Superman_»8-Feb-09 19:04 
GeneralRe: How to create different Dialogs as Tabs in single window. Pin
B_U_A8-Feb-09 19:26
B_U_A8-Feb-09 19:26 
GeneralRe: How to create different Dialogs as Tabs in single window. Pin
«_Superman_»8-Feb-09 19:31
professional«_Superman_»8-Feb-09 19:31 
GeneralRe: How to create different Dialogs as Tabs in single window. Pin
hemlat8-Feb-09 20:50
hemlat8-Feb-09 20:50 
QuestionRe: How to create different Dialogs as Tabs in single window. [modified] Pin
B_U_A8-Feb-09 23:54
B_U_A8-Feb-09 23:54 
AnswerRe: How to create different Dialogs as Tabs in single window. Pin
«_Superman_»9-Feb-09 4:28
professional«_Superman_»9-Feb-09 4:28 
QuestionRe: How to create different Dialogs as Tabs in single window. [modified] Pin
B_U_A9-Feb-09 21:34
B_U_A9-Feb-09 21:34 
AnswerRe: How to create different Dialogs as Tabs in single window. Pin
«_Superman_»10-Feb-09 1:55
professional«_Superman_»10-Feb-09 1:55 
QuestionRe: How to create different Dialogs as Tabs in single window. Pin
B_U_A10-Feb-09 21:56
B_U_A10-Feb-09 21:56 
AnswerRe: How to create different Dialogs as Tabs in single window. Pin
«_Superman_»10-Feb-09 22:07
professional«_Superman_»10-Feb-09 22:07 
QuestionRe: How to create different Dialogs as Tabs in single window. Pin
B_U_A10-Feb-09 22:26
B_U_A10-Feb-09 22:26 
QuestionRe: How to create different Dialogs as Tabs in single window. Pin
B_U_A16-Feb-09 0:53
B_U_A16-Feb-09 0:53 
AnswerRe: How to create different Dialogs as Tabs in single window. Pin
Code-o-mat6-Feb-09 1:28
Code-o-mat6-Feb-09 1:28 
AnswerRe: How to create different Dialogs as Tabs in single window. Pin
Rajesh R Subramanian7-Feb-09 5:36
professionalRajesh R Subramanian7-Feb-09 5:36 
QuestionFolder Size Pin
john56325-Feb-09 23:49
john56325-Feb-09 23:49 

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.