Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
blpdone wrote:
Does anyone has some ideas? Advices or some demo?

From a design perspective UI components (views) should NOT be tightly coupled (see MVC design pattern).

That issue aside, Dialogs are C++ classes so passing variables between them is the same as passing variables between any two classes. Do you know how to do that?
blpdone wrote:
I have tryed with firstDlg.m_VAR


How? we can't read your mind.


"Just about every question you've asked over the last 3-4 days has been "urgent". Perhaps a little planning would be helpful?"
Colin Angus Mackay in the C# forum

led mike
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 
AnswerRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:12
Justin Tay14-Jul-06 7:12 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:13
int01h14-Jul-06 7:13 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:19
Justin Tay14-Jul-06 7:19 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:36
int01h14-Jul-06 7:36 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:44
Justin Tay14-Jul-06 7:44 

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.