Subclass Window
ATL / WTL / STL
2
Posts
2
Posters
0
Views
1
Watching
-
Good morning, i derived a class CMyStatusBarCtrl from CWindowImpl i re-define the create method (private) and i need also to derive the "SubclassWindow" method. But i don't know from which parent-class i need to derive :sigh: For example CStatusBarCtrl::SubclassWindow doesn't exists Big thanks for help :)
-
Good morning, i derived a class CMyStatusBarCtrl from CWindowImpl i re-define the create method (private) and i need also to derive the "SubclassWindow" method. But i don't know from which parent-class i need to derive :sigh: For example CStatusBarCtrl::SubclassWindow doesn't exists Big thanks for help :)
Use CWindowImpl::SubclassWindow. It is actually derived from CWindowImplBaseT.