Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: urgently required Pin
l a u r e n2-Jan-04 21:31
l a u r e n2-Jan-04 21:31 
Generalurgently required Pin
shanmuk2-Jan-04 19:03
shanmuk2-Jan-04 19:03 
GeneralCOM errors Pin
Prakash Nadar2-Jan-04 18:41
Prakash Nadar2-Jan-04 18:41 
GeneralRe: COM errors Pin
Abhishek Srivastava2-Jan-04 18:56
Abhishek Srivastava2-Jan-04 18:56 
GeneralRe: COM errors Pin
Prakash Nadar2-Jan-04 19:22
Prakash Nadar2-Jan-04 19:22 
Generalradio button states Pin
coda_x2-Jan-04 16:54
coda_x2-Jan-04 16:54 
GeneralRe: radio button states Pin
l a u r e n2-Jan-04 18:23
l a u r e n2-Jan-04 18:23 
GeneralRe: radio button states Pin
Ravi Bhavnani2-Jan-04 22:28
professionalRavi Bhavnani2-Jan-04 22:28 
GeneralRe: radio button states Pin
Selvam R2-Jan-04 22:55
professionalSelvam R2-Jan-04 22:55 

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.