Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs there a way to revert a document based application to a dialog form? Pin
Terry9-Jun-00 8:37
Terry9-Jun-00 8:37 
AnswerRe: Is there a way to revert a document based application to a dialog form? Pin
Buck10-Jun-00 21:10
Buck10-Jun-00 21:10 
GeneralBlit to a CBitmap Pin
Christoph Rupp9-Jun-00 5:04
sussChristoph Rupp9-Jun-00 5:04 
GeneralRe: Blit to a CBitmap Pin
Paolo Messina9-Jun-00 13:34
professionalPaolo Messina9-Jun-00 13:34 
GeneralDeviceCapabilities Pin
Gen12-Jun-00 23:29
Gen12-Jun-00 23:29 
GeneralImplementing "Parent" properties in the OO Land Pin
Matthias12-Jun-00 22:34
Matthias12-Jun-00 22:34 
GeneralRe: Implementing Pin
Uwe Keim12-Jun-00 23:17
sitebuilderUwe Keim12-Jun-00 23:17 
GeneralRe: Implementing Pin
Alvaro Mendez13-Jun-00 5:30
Alvaro Mendez13-Jun-00 5:30 
Uwe gave you the correct answer. This problem is solved with forward declarations when only a pointer or reference to the object is used. Since pointers and references are always 4 bytes (in Win32) then the compiler can do its thing without caring about what the pointer/reference is for.

Regards,
Alvaro

GeneralThank you guys! Pin
Matthias13-Jun-00 9:27
Matthias13-Jun-00 9:27 
QuestionHow do I create popup submenus dynamically Pin
Mike newberry12-Jun-00 5:52
sussMike newberry12-Jun-00 5:52 
AnswerRe: How do I create popup submenus dynamically Pin
GeVanCo19-Jun-00 20:11
GeVanCo19-Jun-00 20:11 
GeneralRe: How do I create popup submenus dynamically Pin
GeVanCo19-Jun-00 20:20
GeVanCo19-Jun-00 20:20 
GeneralLocalization (Date Time Numeric Currency Pin
Gary12-Jun-00 4:45
Gary12-Jun-00 4:45 
GeneralRe: Localization (Date Time Numeric Currency Pin
Mike Dunn12-Jun-00 9:45
Mike Dunn12-Jun-00 9:45 
GeneralAdding to IE context menu Pin
Bhaskar12-Jun-00 4:28
Bhaskar12-Jun-00 4:28 
GeneralUsing Bookmarks with Jet OLEDB Provider Pin
QamarAlZaman Habeek12-Jun-00 1:21
sussQamarAlZaman Habeek12-Jun-00 1:21 
Generalactivating a view with a mouse click Pin
Steve Kearon11-Jun-00 22:39
Steve Kearon11-Jun-00 22:39 
GeneralRemoving DLL exports Pin
Ben Burnett11-Jun-00 21:38
Ben Burnett11-Jun-00 21:38 
GeneralRe: Removing DLL exports Pin
Tim Deveaux12-Jun-00 12:41
Tim Deveaux12-Jun-00 12:41 
GeneralResource Difference Tool Pin
Blake Miller11-Jun-00 17:48
Blake Miller11-Jun-00 17:48 
GeneralRe: Resource Difference Tool Pin
Paolo Messina12-Jun-00 11:30
professionalPaolo Messina12-Jun-00 11:30 
GeneralLearning ATL Pin
Ryan Park11-Jun-00 15:07
Ryan Park11-Jun-00 15:07 
GeneralRe: Learning ATL Pin
Alex Gorev12-Jun-00 4:03
Alex Gorev12-Jun-00 4:03 
GeneralRe: Learning ATL Pin
Alfadhly12-Jun-00 5:42
sussAlfadhly12-Jun-00 5:42 
GeneralLearning MFC Pin
Donnie11-Jun-00 6:00
Donnie11-Jun-00 6:00 

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.