Click here to Skip to main content
15,920,438 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Allocate byte array in ATL server Pin
Jörgen Sigvardsson26-Jan-04 13:06
Jörgen Sigvardsson26-Jan-04 13:06 
GeneralRe: Allocate byte array in ATL server Pin
Chris Losinger26-Jan-04 13:19
professionalChris Losinger26-Jan-04 13:19 
GeneralRe: Allocate byte array in ATL server Pin
Lim Bio Liong27-Jan-04 6:08
Lim Bio Liong27-Jan-04 6:08 
GeneralRe: Allocate byte array in ATL server Pin
Chris Losinger27-Jan-04 8:59
professionalChris Losinger27-Jan-04 8:59 
GeneralRe: Allocate byte array in ATL server Pin
Lim Bio Liong27-Jan-04 15:47
Lim Bio Liong27-Jan-04 15:47 
GeneralProblem compiling ATL minDependency Visual .NET 2003 Pin
Wim Jans26-Jan-04 10:36
Wim Jans26-Jan-04 10:36 
GeneralWTL Helper class: Message Map unused Pin
peterchen26-Jan-04 9:00
peterchen26-Jan-04 9:00 
GeneralRe: WTL Helper class: Message Map unused Pin
Jörgen Sigvardsson26-Jan-04 9:26
Jörgen Sigvardsson26-Jan-04 9:26 
Try using DECLARE_WND_SUPERCLASS(_T("Your new class name"), _T("BASE class name")) and derive from CWindowImpl<CInplaceCtrl, BASE>.

That works when overriding the behaviour of system classes such as buttons, list views etc. Dunno if it works on a CWindowImpl-based class. I see no direct reasons it shouldn't though.

Also, remember that you're getting the first go at all events. If you intend to pass the event to the base class, either set the fourth argument (BOOL&) to FALSE, or call DefWindowProc() to let the base message map dispatch the event.

--
<british-accent>Pass the jam, would you?
GeneralRe: WTL Helper class: Message Map unused Pin
peterchen26-Jan-04 9:44
peterchen26-Jan-04 9:44 
GeneralRe: WTL Helper class: Message Map unused Pin
Jörgen Sigvardsson26-Jan-04 9:52
Jörgen Sigvardsson26-Jan-04 9:52 
GeneralIPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax25-Jan-04 20:37
Vermithrax25-Jan-04 20:37 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Jason De Arte27-Jan-04 6:40
Jason De Arte27-Jan-04 6:40 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax27-Jan-04 6:42
Vermithrax27-Jan-04 6:42 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax27-Jan-04 10:29
Vermithrax27-Jan-04 10:29 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Jason De Arte27-Jan-04 11:36
Jason De Arte27-Jan-04 11:36 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax27-Jan-04 11:37
Vermithrax27-Jan-04 11:37 
GeneralATL Component &gt; .NET issue Pin
dabossuk24-Jan-04 6:20
dabossuk24-Jan-04 6:20 
QuestionHow to call a ATL component from vbscript Pin
Inam23-Jan-04 22:45
Inam23-Jan-04 22:45 
AnswerRe: How to call a ATL component from vbscript Pin
Jörgen Sigvardsson24-Jan-04 9:51
Jörgen Sigvardsson24-Jan-04 9:51 
GeneralSigning ActiveX Controls Pin
Monty221-Jan-04 0:17
Monty221-Jan-04 0:17 
GeneralRe: Signing ActiveX Controls Pin
LunaticFringe21-Jan-04 0:56
LunaticFringe21-Jan-04 0:56 
GeneralRe: Signing ActiveX Controls Pin
Michael Dunn21-Jan-04 12:54
sitebuilderMichael Dunn21-Jan-04 12:54 
GeneralXP Themes not woking in an ActiveX control in IE Pin
Jason De Arte19-Jan-04 19:40
Jason De Arte19-Jan-04 19:40 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Michael Dunn20-Jan-04 12:57
sitebuilderMichael Dunn20-Jan-04 12:57 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Jason De Arte20-Jan-04 15:34
Jason De Arte20-Jan-04 15:34 

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.