Click here to Skip to main content
15,923,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dialogs base socket application Pin
ThatsAlok3-Apr-05 20:51
ThatsAlok3-Apr-05 20:51 
QuestionConvert float to long: can avoid data lost? Pin
binh.pham3-Apr-05 20:01
binh.pham3-Apr-05 20:01 
AnswerRe: Convert float to long: can avoid data lost? Pin
toxcct3-Apr-05 21:21
toxcct3-Apr-05 21:21 
AnswerRe: Convert float to long: can avoid data lost? Pin
Tim Smith4-Apr-05 4:07
Tim Smith4-Apr-05 4:07 
GeneralMFC Dilogs Pin
charu1233-Apr-05 19:31
charu1233-Apr-05 19:31 
GeneralRe: MFC Dilogs Pin
ThatsAlok3-Apr-05 20:48
ThatsAlok3-Apr-05 20:48 
GeneralRe: MFC Dialogs Pin
toxcct3-Apr-05 21:18
toxcct3-Apr-05 21:18 
GeneralRe: MFC Dilogs Pin
namaskaaram3-Apr-05 23:42
namaskaaram3-Apr-05 23:42 
make a general class..... letz say CInfoz class,which has got all the information u need to pass to the second dialog.....
make an instance of the CInfoz class in both the dialog classes.....
then pass this infoz object whenever u open the new dialog .....eg:

say from one dialog class we call the second dialog...

dialog one
{
...
...
..
dlg = new CCreamzDlg;
dlg->infoz=infoz;//update the information

...
...
...
}



i hope u find thiz helpful!!!!!




cheerz.....
Big Grin | :-D


"faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13
QuestionHow to retrieve the current parameter in DC Pin
LiYS3-Apr-05 16:53
LiYS3-Apr-05 16:53 
AnswerRe: How to retrieve the current parameter in DC Pin
ThatsAlok3-Apr-05 18:17
ThatsAlok3-Apr-05 18:17 
GeneralRe: How to retrieve the current parameter in DC Pin
LiYS3-Apr-05 18:25
LiYS3-Apr-05 18:25 
GeneralRe: How to retrieve the current parameter in DC Pin
ThatsAlok3-Apr-05 18:38
ThatsAlok3-Apr-05 18:38 
Generalresize a CFormView programmatically Pin
Harold Bamford3-Apr-05 16:50
Harold Bamford3-Apr-05 16:50 
GeneralRe: resize a CFormView programmatically Pin
KaЯl3-Apr-05 22:24
KaЯl3-Apr-05 22:24 
GeneralRe: resize a CFormView programmatically Pin
Harold Bamford4-Apr-05 4:47
Harold Bamford4-Apr-05 4:47 
GeneralRe: resize a CFormView programmatically Pin
KaЯl4-Apr-05 5:34
KaЯl4-Apr-05 5:34 
GeneralRe: resize a CFormView programmatically Pin
Harold Bamford4-Apr-05 5:36
Harold Bamford4-Apr-05 5:36 
GeneralRe: resize a CFormView programmatically Pin
Harold Bamford6-Apr-05 6:33
Harold Bamford6-Apr-05 6:33 
GeneralThe needle is right over here, under the hay. Pin
LordTygger3-Apr-05 14:57
LordTygger3-Apr-05 14:57 
GeneralRe: The needle is right over here, under the hay. Pin
Christian Graus3-Apr-05 15:24
protectorChristian Graus3-Apr-05 15:24 
GeneralRe: The needle is right over here, under the hay. Pin
LordTygger3-Apr-05 15:29
LordTygger3-Apr-05 15:29 
GeneralRe: The needle is right over here, under the hay. Pin
Christian Graus3-Apr-05 15:32
protectorChristian Graus3-Apr-05 15:32 
Questionhow to show the checkbox in the ListCtrl with ICON style? Pin
lowiq3-Apr-05 14:54
lowiq3-Apr-05 14:54 
Questionhow to use SendMessage for character at '\x080' position of current font. Pin
kristna3-Apr-05 14:08
kristna3-Apr-05 14:08 
QuestionCListCtrl with more than 260 characters? Pin
DanYELL3-Apr-05 10:35
DanYELL3-Apr-05 10:35 

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.