Click here to Skip to main content
15,912,021 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog in ATL object Pin
Magesh K.2-Jul-00 2:05
sussMagesh K.2-Jul-00 2:05 
GeneralRe: Dialog in ATL object Pin
Mike Dunn2-Jul-00 9:22
Mike Dunn2-Jul-00 9:22 
GeneralKey strokes Pin
Member 37471-Jul-00 1:28
Member 37471-Jul-00 1:28 
GeneralRe: Key strokes Pin
Mike Dunn1-Jul-00 9:22
Mike Dunn1-Jul-00 9:22 
GeneralInteresting Dialog problem Pin
Member 238630-Jun-00 17:13
Member 238630-Jun-00 17:13 
GeneralRe: Interesting Dialog problem Pin
Blake Miller30-Jun-00 18:09
Blake Miller30-Jun-00 18:09 
GeneralRe: Interesting Dialog problem Pin
Member 238630-Jun-00 18:53
Member 238630-Jun-00 18:53 
GeneralRe: Interesting Dialog problem Pin
Magesh K.2-Jul-00 2:11
sussMagesh K.2-Jul-00 2:11 
I assume that you have one menu item for each object that you want to display. I also assume that each kind of display object is being abstracted as a class and all these classes have a common base class. In the menu handler for each of these menu items, you would probably instantiate an object of the dialog class and call its DoModal(). You can pass a 'C++ object' of the appropriate object to be displayed to the dialog's constructor. In the dialog's OnRender() method, you can call the Render() method of these objects, provided the Render() method of the base class is virtual.
GeneralProblem solved Pin
Member 23862-Jul-00 6:21
Member 23862-Jul-00 6:21 
Questionhow to set font (ATL) Pin
Chris30-Jun-00 10:38
Chris30-Jun-00 10:38 
AnswerRe: how to set font (ATL) Pin
Alex Gorev30-Jun-00 11:40
Alex Gorev30-Jun-00 11:40 
GeneralNew Project Wizard Pin
David Leikis30-Jun-00 10:22
David Leikis30-Jun-00 10:22 
GeneralA simple template question Pin
juskett30-Jun-00 4:53
juskett30-Jun-00 4:53 
GeneralRe: A simple template question Pin
Mike Dunn1-Jul-00 19:02
Mike Dunn1-Jul-00 19:02 
GeneralRe: A simple template question Pin
Mike Dunn3-Jul-00 8:25
Mike Dunn3-Jul-00 8:25 
GeneralA simple template question Pin
juskett30-Jun-00 4:51
juskett30-Jun-00 4:51 
GeneralRich Ink Control (VCCE 6.0) Pin
Anthony Pantekoek30-Jun-00 3:44
Anthony Pantekoek30-Jun-00 3:44 
GeneralMoving a CComboBox Pin
Stephanie Rigel30-Jun-00 3:32
sussStephanie Rigel30-Jun-00 3:32 
GeneralRe: Moving a CComboBox Pin
Uwe Keim30-Jun-00 5:59
sitebuilderUwe Keim30-Jun-00 5:59 
GeneralRe: Moving a CComboBox Pin
Stephanie Rigel30-Jun-00 6:32
sussStephanie Rigel30-Jun-00 6:32 
GeneralRe: Moving a CComboBox Pin
Blake Miller30-Jun-00 6:45
Blake Miller30-Jun-00 6:45 
GeneralRe: Moving a CComboBox Pin
Stephanie Rigel30-Jun-00 7:11
sussStephanie Rigel30-Jun-00 7:11 
GeneralRe: Moving a CComboBox Pin
Sam Hobbs30-Jun-00 10:35
Sam Hobbs30-Jun-00 10:35 
GeneralRe: Moving a CComboBox Pin
Paolo Messina30-Jun-00 13:26
professionalPaolo Messina30-Jun-00 13:26 
GeneralRe: Moving a CComboBox Pin
Mike Dunn1-Jul-00 19:08
Mike Dunn1-Jul-00 19:08 

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.