Click here to Skip to main content
15,895,557 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Minimizing Memory Pin
Michael Dunn9-Sep-04 15:38
sitebuilderMichael Dunn9-Sep-04 15:38 
GeneralRe: Minimizing Memory Pin
Jörgen Sigvardsson9-Sep-04 23:58
Jörgen Sigvardsson9-Sep-04 23:58 
GeneralRe: Minimizing Memory Pin
Michael Dunn10-Sep-04 7:09
sitebuilderMichael Dunn10-Sep-04 7:09 
GeneralRe: Minimizing Memory Pin
Matt Gerrans9-Sep-04 13:51
Matt Gerrans9-Sep-04 13:51 
GeneralHandling .Net Events in VC++ Pin
nalan8-Sep-04 21:08
nalan8-Sep-04 21:08 
GeneralRe: Handling .Net Events in VC++ Pin
andy_cn8-Sep-04 21:39
andy_cn8-Sep-04 21:39 
GeneralObject of MFC class in ATL DLL Pin
zahid_ash8-Sep-04 21:00
zahid_ash8-Sep-04 21:00 
General(?:) CAxDialogImpl does not receive WM_CREATE Pin
.Suchit7-Sep-04 0:16
.Suchit7-Sep-04 0:16 
I have a ATL dialog class based on CAxDialogImpl. And I have added message handler for WM_CREATE for it:

BEGIN_MSG_MAP(CMyDialog)
...
MESSAGE_HANDLER(WM_CREATE, OnCreate)
MESSAGE_HANDLER(WM_DESTROY, OnDestroy)
CHAIN_MSG_MAP(CAxDialogImpl<cmydialog>)
DEFAULT_REFLECTION_HANDLER()
END_MSG_MAP()

And when instance of it is created through:

CMyDialog dlg;
dlg.Create(::GetDesktopWindow());

it does not receive the WM_CREATE notification.

Interestingly, it Does receive WM_DESTROY notification.

Am i missing something?
GeneralRe: (?:) CAxDialogImpl does not receive WM_CREATE Pin
Jörgen Sigvardsson7-Sep-04 1:50
Jörgen Sigvardsson7-Sep-04 1:50 
GeneralATL dialog with ActiveX control used inside Windows service Pin
.Suchit6-Sep-04 2:40
.Suchit6-Sep-04 2:40 
GeneralRe: ATL dialog with ActiveX control used inside Windows service Pin
Jörgen Sigvardsson6-Sep-04 8:46
Jörgen Sigvardsson6-Sep-04 8:46 
GeneralThanks/Solved: ATL dialog with ActiveX control used inside Windows service Pin
.Suchit7-Sep-04 1:39
.Suchit7-Sep-04 1:39 
GeneralRe: Thanks/Solved: ATL dialog with ActiveX control used inside Windows service Pin
Jörgen Sigvardsson7-Sep-04 1:48
Jörgen Sigvardsson7-Sep-04 1:48 
GeneralRe: Thanks/Solved: ATL dialog with ActiveX control used inside Windows service Pin
.Suchit14-Sep-04 4:04
.Suchit14-Sep-04 4:04 
QuestionATLControls.h? Pin
Anthony_Yio5-Sep-04 22:36
Anthony_Yio5-Sep-04 22:36 
AnswerRe: ATLControls.h? Pin
Jörgen Sigvardsson6-Sep-04 8:47
Jörgen Sigvardsson6-Sep-04 8:47 
AnswerRe: ATLControls.h? Pin
Michael Dunn7-Sep-04 7:55
sitebuilderMichael Dunn7-Sep-04 7:55 
Generalvery odd IExtractImage::Extract() behaviour Pin
seriema4-Sep-04 11:53
seriema4-Sep-04 11:53 
GeneralIs It a Memory leak Pin
omarjchaudry2-Sep-04 17:37
omarjchaudry2-Sep-04 17:37 
GeneralRe: Is It a Memory leak Pin
Stuart Dootson2-Sep-04 21:31
professionalStuart Dootson2-Sep-04 21:31 
GeneralRe: Is It a Memory leak Pin
Jörgen Sigvardsson3-Sep-04 8:28
Jörgen Sigvardsson3-Sep-04 8:28 
GeneralRe: Is It a Memory leak Pin
Stuart Dootson3-Sep-04 8:44
professionalStuart Dootson3-Sep-04 8:44 
GeneralRe: Is It a Memory leak Pin
Jörgen Sigvardsson3-Sep-04 9:01
Jörgen Sigvardsson3-Sep-04 9:01 
GeneralExport STL from a DLL Pin
Fernando A. Gomez F.1-Sep-04 11:15
Fernando A. Gomez F.1-Sep-04 11:15 
GeneralRe: Export STL from a DLL Pin
Neville Franks1-Sep-04 12:08
Neville Franks1-Sep-04 12: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.