Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HURGENT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
12-Jul-01 11:18
suss12-Jul-01 11:18 
GeneralEnabling a button. Pin
John Uhlenbrock12-Jul-01 10:21
John Uhlenbrock12-Jul-01 10:21 
GeneralHTML compiler!! please help.. Pin
12-Jul-01 9:59
suss12-Jul-01 9:59 
GeneralRe: HTML compiler!! please help.. Pin
12-Jul-01 18:00
suss12-Jul-01 18:00 
GeneralRe: HTML compiler!! please help.. Pin
12-Jul-01 18:56
suss12-Jul-01 18:56 
GeneralRe: HTML compiler!! please help.. Pin
Michael Dunn12-Jul-01 19:16
sitebuilderMichael Dunn12-Jul-01 19:16 
GeneralRe: HTML compiler!! please help.. Pin
12-Jul-01 21:27
suss12-Jul-01 21:27 
QuestionHow can I transfert a value from a editbox from a TAB page to a DialogBox ? Pin
youssef12-Jul-01 8:43
youssef12-Jul-01 8:43 
Hi,

I would like to know how can I do for transfert a data from a editbox in a TAB PAGE (CTabCtrl) to a dialogbox.

I make this but nothing:

TabPage1 :
EditBox : CString m_edit1;

DialogBox (where the CTabCtrl is) :
EditBox : CString m_edit2;
Button : "handler" CLICK : UpdateData(TRUE);

I create a member variable for the TABPAGE1 :
CTabPage1 m_TabPage1;

Now I can in the DialogBox receive normaly the data from the m_edit1 with this:

m_edit2 = m_TabPage1.m_edit1;
UpdateData(FALSE);

But nothing.

And I make with the pointer to the Class from TabPage1:

CTabPage1 *m_TabPage1;
for TabPage1

and for the DialogBox :

m_edit2 = m_tabPage1->m_edit1;
UpdateData(FALSE);

But nothing.



Please help me for this.
Cry | :(( Cry | :((

youssef
AnswerRe: How can I transfert a value from a editbox from a TAB page to a DialogBox ? Pin
Carlos Antollini12-Jul-01 9:16
Carlos Antollini12-Jul-01 9:16 
AnswerRe: How can I transfert a value from a editbox from a TAB page to a DialogBox ? Pin
Carlos Antollini12-Jul-01 9:27
Carlos Antollini12-Jul-01 9:27 
GeneralRe: How can I transfert a value from a editbox from a TAB page to a DialogBox ? Pin
alan9326-Sep-01 3:23
alan9326-Sep-01 3:23 
GeneralRe: How can I transfert a value from a editbox from a TAB page to a DialogBox ? Pin
Carlos Antollini26-Sep-01 3:55
Carlos Antollini26-Sep-01 3:55 
GeneralException Question Pin
12-Jul-01 8:07
suss12-Jul-01 8:07 
GeneralRe: Exception Question Pin
Tomasz Sowinski12-Jul-01 8:27
Tomasz Sowinski12-Jul-01 8:27 
Generalmfc text editor Pin
12-Jul-01 7:49
suss12-Jul-01 7:49 
GeneralRe: mfc text editor Pin
Carlos Antollini12-Jul-01 8:02
Carlos Antollini12-Jul-01 8:02 
GeneralRe: mfc text editor Pin
Chris Losinger12-Jul-01 8:20
professionalChris Losinger12-Jul-01 8:20 
GeneralRe: mfc text editor Pin
Michael Dunn12-Jul-01 8:23
sitebuilderMichael Dunn12-Jul-01 8:23 
GeneralThanks!!! all of you :) Pin
12-Jul-01 9:29
suss12-Jul-01 9:29 
GeneralRe: Thanks!!! all of you :) Pin
Tim Deveaux12-Jul-01 11:21
Tim Deveaux12-Jul-01 11:21 
GeneralRe: Thanks!!! all of you :) Pin
12-Jul-01 12:58
suss12-Jul-01 12:58 
GeneralRe: Thanks!!! all of you :) Pin
RobJones13-Jul-01 7:18
RobJones13-Jul-01 7:18 
GeneralRe: Thanks!!! all of you :) Pin
13-Jul-01 10:53
suss13-Jul-01 10:53 
GeneralDock a dialog.... Pin
John Uhlenbrock12-Jul-01 7:45
John Uhlenbrock12-Jul-01 7:45 
GeneralRe: Dock a dialog.... Pin
Tomasz Sowinski12-Jul-01 8:00
Tomasz Sowinski12-Jul-01 8:00 

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.