Click here to Skip to main content
15,895,667 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Difference between debug and execution on open file Pin
PJ Arends14-Jul-06 8:42
professionalPJ Arends14-Jul-06 8:42 
GeneralRe: Difference between debug and execution on open file Pin
hli114-Jul-06 9:02
hli114-Jul-06 9:02 
GeneralRe: Difference between debug and execution on open file Pin
hli114-Jul-06 9:33
hli114-Jul-06 9:33 
GeneralRe: Difference between debug and execution on open file Pin
hli114-Jul-06 10:03
hli114-Jul-06 10:03 
QuestionPassing data between tabs in a tab control [modified] Pin
cppcook14-Jul-06 7:36
cppcook14-Jul-06 7:36 
AnswerRe: Passing data between tabs in a tab control Pin
eusto14-Jul-06 8:09
eusto14-Jul-06 8:09 
GeneralRe: Passing data between tabs in a tab control Pin
cppcook14-Jul-06 8:23
cppcook14-Jul-06 8:23 
GeneralRe: Passing data between tabs in a tab control Pin
eusto14-Jul-06 8:48
eusto14-Jul-06 8:48 
OnDisplay was just a name i came up with. Implement a method called LoadData for example and do everything that needs to be done there.
For example for the first CEmbeddedDialog do something like this.
Call CEmbededDialog.Create(...)
then Call CEmbededDialog.LoadData();

In your LoadData method you should put the code that loads your comboboxes and so forth.

You don't need to handle the actual selection of the dialog afterwards...all tabs from the CMyTabCtrl have been initialised when displaying the actual CMyTabCtrl. What your selection should do is hide all other CDialogs except for the one placed in the current selected tab.
Think of your dialogs as actual C++ Objects (wich they are...).

Sorry if this is a bit unclear... i'm not an english speaker


AnswerRe: Passing data between tabs in a tab control Pin
Hamid_RT14-Jul-06 8:14
Hamid_RT14-Jul-06 8:14 
GeneralRe: Passing data between tabs in a tab control Pin
cppcook14-Jul-06 8:26
cppcook14-Jul-06 8:26 
GeneralRe: Passing data between tabs in a tab control Pin
Hamid_RT14-Jul-06 19:00
Hamid_RT14-Jul-06 19:00 
QuestionHelp passing variabiles between dialogs Pin
User 34160314-Jul-06 7:18
User 34160314-Jul-06 7:18 
AnswerRe: Help passing variabiles between dialogs Pin
led mike14-Jul-06 7:25
led mike14-Jul-06 7:25 
AnswerRe: Help passing variabiles between dialogs Pin
Jun Du14-Jul-06 7:27
Jun Du14-Jul-06 7:27 
AnswerRe: Help passing variabiles between dialogs Pin
David Crow14-Jul-06 7:28
David Crow14-Jul-06 7:28 
AnswerRe: Help passing variabiles between dialogs Pin
User 34160314-Jul-06 7:40
User 34160314-Jul-06 7:40 
QuestionSubclassing Pin
Fernando A. Gomez F.14-Jul-06 7:13
Fernando A. Gomez F.14-Jul-06 7:13 
QuestionRe: Subclassing Pin
David Crow14-Jul-06 7:21
David Crow14-Jul-06 7:21 
AnswerRe: Subclassing Pin
valikac14-Jul-06 7:24
valikac14-Jul-06 7:24 
AnswerRe: Subclassing Pin
led mike14-Jul-06 7:29
led mike14-Jul-06 7:29 
GeneralRe: Subclassing Pin
Fernando A. Gomez F.14-Jul-06 10:22
Fernando A. Gomez F.14-Jul-06 10:22 
AnswerRe: Subclassing Pin
PJ Arends14-Jul-06 7:34
professionalPJ Arends14-Jul-06 7:34 
GeneralRe: Subclassing Pin
Fernando A. Gomez F.14-Jul-06 10:21
Fernando A. Gomez F.14-Jul-06 10:21 
AnswerRe: Subclassing Pin
Hamid_RT14-Jul-06 8:23
Hamid_RT14-Jul-06 8:23 
QuestionMOUSE HANDLING with minimized application Pin
int01h14-Jul-06 6:59
int01h14-Jul-06 6:59 

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.