Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWindows system font size Pin
zwergerl3-Jan-04 6:18
zwergerl3-Jan-04 6:18 
GeneralProblems getting client area screen coordinates Pin
doomgaze3-Jan-04 6:08
doomgaze3-Jan-04 6:08 
GeneralVisual Studio 2003 - C++ Pin
Runka3-Jan-04 5:44
sussRunka3-Jan-04 5:44 
GeneralRe: Visual Studio 2003 - C++ Pin
valikac3-Jan-04 5:48
valikac3-Jan-04 5:48 
GeneralRe: Visual Studio 2003 - C++ Pin
runka5-Jan-04 2:05
sussrunka5-Jan-04 2:05 
Questionhow to start an application and wait for its end Pin
gaxxx3-Jan-04 4:26
gaxxx3-Jan-04 4:26 
AnswerRe: how to start an application and wait for its end Pin
John R. Shaw3-Jan-04 4:40
John R. Shaw3-Jan-04 4:40 
AnswerRe: how to start an application and wait for its end Pin
John R. Shaw3-Jan-04 4:50
John R. Shaw3-Jan-04 4:50 
GeneralRe: how to start an application and wait for its end Pin
gaxxx3-Jan-04 5:12
gaxxx3-Jan-04 5:12 
GeneralWebbrowser control unexpected behaviour Pin
blindcop3-Jan-04 1:59
blindcop3-Jan-04 1:59 
GeneralRe: Webbrowser control unexpected behaviour Pin
John R. Shaw3-Jan-04 2:36
John R. Shaw3-Jan-04 2:36 
GeneralRe: Webbrowser control unexpected behaviour Pin
blindcop3-Jan-04 2:52
blindcop3-Jan-04 2:52 
GeneralRe: Webbrowser control unexpected behaviour Pin
John R. Shaw3-Jan-04 3:20
John R. Shaw3-Jan-04 3:20 
QuestionHow to make apply different form designs to a dialog Pin
blindcop3-Jan-04 1:56
blindcop3-Jan-04 1:56 
AnswerRe: How to make apply different form designs to a dialog Pin
John R. Shaw3-Jan-04 2:27
John R. Shaw3-Jan-04 2:27 
GeneralRe: How to make apply different form designs to a dialog Pin
blindcop3-Jan-04 2:54
blindcop3-Jan-04 2:54 
GeneralRe: How to make apply different form designs to a dialog Pin
John R. Shaw3-Jan-04 3:33
John R. Shaw3-Jan-04 3:33 
The same code would work for both dialogs the only difference between them is the dialog ID, every thing else remains the same.

Example:
1) Create dialog 1 and add all the controls you wish to appear on it.
2) Create dialog 2 select and copy all controls from dialog 1 and paste them to dialog 2, the rearange the controls as you see fit.

Now you have 2 dialogs containing controls with the exact same IDs.

When you create the dialog you would do some thing like this:
CMyDialog dlg(m_MyDlgID);

Since the only difference is the dialog ID and not the class used to create the dialog, the data source is the same for both dialogs.

INTP
GeneralAddress Bar Pin
Prakash Nadar3-Jan-04 0:57
Prakash Nadar3-Jan-04 0:57 
GeneralI need EasyCalulator code! Pin
shenziyang2-Jan-04 20:17
shenziyang2-Jan-04 20:17 
GeneralRe: I need EasyCalulator code! Pin
l a u r e n2-Jan-04 21:32
l a u r e n2-Jan-04 21:32 
GeneralRe: I need EasyCalulator code! Pin
ParimalVPatel3-Jan-04 1:03
ParimalVPatel3-Jan-04 1:03 
GeneralRe: I need EasyCalulator code! Pin
Roger Wright3-Jan-04 5:34
professionalRoger Wright3-Jan-04 5:34 
GeneralRe: I need EasyCalulator code! Pin
Selvam R2-Jan-04 22:00
professionalSelvam R2-Jan-04 22:00 
GeneralRe: I need EasyCalulator code! Pin
User 66582-Jan-04 22:59
User 66582-Jan-04 22:59 
Generalurgently required Pin
Shanmukh2-Jan-04 19:06
Shanmukh2-Jan-04 19:06 

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.