Click here to Skip to main content
15,918,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to minimize & Maximize a Dialog Pin
Eytukan13-Jun-06 23:33
Eytukan13-Jun-06 23:33 
GeneralRe: How to minimize & Maximize a Dialog Pin
anilksingh13-Jun-06 23:44
anilksingh13-Jun-06 23:44 
AnswerRe: How to minimize & Maximize a Dialog Pin
Eytukan13-Jun-06 23:56
Eytukan13-Jun-06 23:56 
GeneralRe: How to minimize & Maximize a Dialog Pin
Hamid_RT14-Jun-06 0:47
Hamid_RT14-Jun-06 0:47 
AnswerRe: How to minimize & Maximize a Dialog Pin
_AnsHUMAN_ 13-Jun-06 22:43
_AnsHUMAN_ 13-Jun-06 22:43 
AnswerGood News for you.... Pin
Eytukan14-Jun-06 0:20
Eytukan14-Jun-06 0:20 
Questionhow can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 22:39
happy_ram13-Jun-06 22:39 
AnswerRe: how can we send data from main dialog to child dialog [modified] Pin
_AnsHUMAN_ 13-Jun-06 22:48
_AnsHUMAN_ 13-Jun-06 22:48 
As far as sending data is concerned you can try this method.

Supposing you have two classes A and B with the dialogs.Then you want to pass values from A to B.
So declare a pointer of class A in B
A *a;
Now in class A : -(where you are calling the second/child dialog)
B *b=new B();
b->a=this;
b->DoModal();

Now in class B you can access values of A using this "a" pointer.


Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_


-- modified at 4:48 Wednesday 14th June, 2006
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 22:55
happy_ram13-Jun-06 22:55 
GeneralRe: how can we send data from main dialog to child dialog Pin
_AnsHUMAN_ 13-Jun-06 22:56
_AnsHUMAN_ 13-Jun-06 22:56 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 23:05
happy_ram13-Jun-06 23:05 
AnswerRe: how can we send data from main dialog to child dialog Pin
Weiye Chen13-Jun-06 22:50
Weiye Chen13-Jun-06 22:50 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 22:58
happy_ram13-Jun-06 22:58 
AnswerRe: how can we send data from main dialog to child dialog Pin
Hamid_RT13-Jun-06 22:58
Hamid_RT13-Jun-06 22:58 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 23:04
happy_ram13-Jun-06 23:04 
QuestionRe: how can we send data from main dialog to child dialog Pin
Hamid_RT13-Jun-06 23:14
Hamid_RT13-Jun-06 23:14 
GeneralRe: how can we send data from main dialog to child dialog Pin
happy_ram13-Jun-06 23:18
happy_ram13-Jun-06 23:18 
GeneralRe: how can we send data from main dialog to child dialog Pin
Hamid_RT14-Jun-06 0:45
Hamid_RT14-Jun-06 0:45 
QuestionHow to plot date and time parameter for x-axis in Excel Pin
MikeRT13-Jun-06 22:23
MikeRT13-Jun-06 22:23 
QuestionDword in AfxMessageBox Pin
shuchigo_jane13-Jun-06 22:07
shuchigo_jane13-Jun-06 22:07 
AnswerRe: Dword in AfxMessageBox Pin
Hamid_RT13-Jun-06 22:11
Hamid_RT13-Jun-06 22:11 
GeneralRe: Dword in AfxMessageBox Pin
shuchigo_jane13-Jun-06 22:42
shuchigo_jane13-Jun-06 22:42 
GeneralRe: Dword in AfxMessageBox Pin
toxcct13-Jun-06 22:44
toxcct13-Jun-06 22:44 
AnswerRe: Dword in AfxMessageBox Pin
Eytukan13-Jun-06 22:19
Eytukan13-Jun-06 22:19 
AnswerRe: Dword in AfxMessageBox Pin
ThatsAlok13-Jun-06 22:42
ThatsAlok13-Jun-06 22:42 

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.