Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is that sharing "memory" or sharing "file"? Pin
gayatri.neelema27-Jul-08 1:21
gayatri.neelema27-Jul-08 1:21 
Questionchanging device context. Pin
sanjutvm25-Jul-08 20:15
sanjutvm25-Jul-08 20:15 
AnswerRe: changing device context. Pin
CPallini25-Jul-08 21:37
mveCPallini25-Jul-08 21:37 
QuestionTreeCtrl with checkbox. Pin
Le@rner25-Jul-08 19:05
Le@rner25-Jul-08 19:05 
AnswerRe: TreeCtrl with checkbox. Pin
kDevloper25-Jul-08 20:04
kDevloper25-Jul-08 20:04 
GeneralRe: TreeCtrl with checkbox. Pin
Le@rner25-Jul-08 20:30
Le@rner25-Jul-08 20:30 
Questionhow check which dialog is selected Pin
ani_ikram25-Jul-08 16:36
ani_ikram25-Jul-08 16:36 
AnswerRe: how check which dialog is selected Pin
kDevloper25-Jul-08 18:58
kDevloper25-Jul-08 18:58 
there will be the main dialog which will accommodate these tabs. create dialogs, being the parent as tab control will create the dialog as a part of these tabs, For ex:

step1:-
dlgTab1= new CDialogTab1;
dlgTab1->Create(CDialogTab1::IDD, &tabCtrl);
tabCtrl.AddTab(dlgTab1, "TAB1");

step2:-
//Maintain dialog pointers as the member
//Add a Set function to set the current dialog pointer for the respective tab
CWnd* m_pWndCurrentConfigOpenDialog;
SetCurrentDialog(CWnd *pWnd){};{pWndCurrentConfigOpenDialog = this}

Step:-3
then Get the pointerwhich will return you the dialog pointer based on the tab selected.
End the current dialog and create a new one follwoed by step1 and step2 again.

NOTE:This is jus an algo to meet the answer of your question. Smile | :)

Regards,
KDevloper
QuestionSetting Environment Variables Pin
Bram van Kampen25-Jul-08 16:16
Bram van Kampen25-Jul-08 16:16 
AnswerRe: Setting Environment Variables Pin
Ștefan-Mihai MOGA25-Jul-08 18:42
professionalȘtefan-Mihai MOGA25-Jul-08 18:42 
AnswerRe: Setting Environment Variables Pin
Mark Salsbery26-Jul-08 5:57
Mark Salsbery26-Jul-08 5:57 
GeneralRe: Setting Environment Variables Pin
Bram van Kampen26-Jul-08 17:07
Bram van Kampen26-Jul-08 17:07 
QuestionCan ADO process excel well? [modified] Pin
followait25-Jul-08 16:14
followait25-Jul-08 16:14 
AnswerRe: Can ADO process excel well? Pin
Ștefan-Mihai MOGA25-Jul-08 18:48
professionalȘtefan-Mihai MOGA25-Jul-08 18:48 
Questionan alternative to StrToInt64Ex() Pin
reteset25-Jul-08 8:38
reteset25-Jul-08 8:38 
AnswerRe: an alternative to StrToInt64Ex() Pin
Mark Salsbery25-Jul-08 9:02
Mark Salsbery25-Jul-08 9:02 
AnswerRe: an alternative to StrToInt64Ex() Pin
Joe Woodbury25-Jul-08 9:27
professionalJoe Woodbury25-Jul-08 9:27 
QuestionHow to compile this project [modified] Pin
staticv25-Jul-08 7:34
staticv25-Jul-08 7:34 
AnswerRe: How to compile this project Pin
Cedric Moonen25-Jul-08 7:44
Cedric Moonen25-Jul-08 7:44 
GeneralRe: How to compile this project Pin
staticv25-Jul-08 8:00
staticv25-Jul-08 8:00 
GeneralRe: How to compile this project Pin
Cedric Moonen25-Jul-08 8:06
Cedric Moonen25-Jul-08 8:06 
GeneralRe: How to compile this project Pin
staticv25-Jul-08 8:37
staticv25-Jul-08 8:37 
GeneralRe: How to compile this project Pin
Cedric Moonen25-Jul-08 22:03
Cedric Moonen25-Jul-08 22:03 
GeneralRe: How to compile this project Pin
staticv26-Jul-08 7:19
staticv26-Jul-08 7:19 
QuestionWM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow25-Jul-08 6:46
ForNow25-Jul-08 6:46 

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.