Click here to Skip to main content
15,922,696 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: how to realize input/output of file? Pin
freehawk23-Dec-03 13:38
freehawk23-Dec-03 13:38 
Questionhow to send a broadcast message? Pin
freehawk21-Dec-03 17:33
freehawk21-Dec-03 17:33 
AnswerRe: how to send a broadcast message? Pin
Abhishek Srivastava21-Dec-03 19:17
Abhishek Srivastava21-Dec-03 19:17 
GeneralRe: how to send a broadcast message? Pin
freehawk21-Dec-03 21:38
freehawk21-Dec-03 21:38 
GeneralRe: OLE DB problem Pin
Steve S21-Dec-03 22:39
Steve S21-Dec-03 22:39 
GeneralRe: OLE DB problem Pin
Steve S22-Dec-03 22:56
Steve S22-Dec-03 22:56 
GeneralSubclassing Pin
GeraldoLuiz20-Dec-03 9:42
GeraldoLuiz20-Dec-03 9:42 
GeneralRe: Subclassing Pin
Jörgen Sigvardsson30-Dec-03 6:54
Jörgen Sigvardsson30-Dec-03 6:54 
1) See CWindowImpl::GetCurrentMessage(). You'll find the recipient HWND in the MSG-struct, i.e. GetCurrentMessage()->hwnd.

2) That's because CComboBoxT doesn't derive from CWindowImpl which is the template which implements SubclassWindow. CComboBoxT is just a wrapper for an already existing window class, thus it isn't supposed to subclass another class. I never use DDX-stuff, so I wouldn't know how to deal with it. :shrug:

--
Watcha' gonna do, when Hulkamania runs wild on you!?
GeneralBitmap image in IE toolbar... :) Pin
Vermithrax19-Dec-03 14:36
Vermithrax19-Dec-03 14:36 
GeneralATL Server without the WEB. Pin
rkb19-Dec-03 7:58
rkb19-Dec-03 7:58 
GeneralDHTML IE toolband and ActiveX on it Pin
soniko19-Dec-03 4:32
soniko19-Dec-03 4:32 
GeneralThread termination in ATL COM Pin
Richard John17-Dec-03 6:12
Richard John17-Dec-03 6:12 
GeneralRe: Thread termination in ATL COM Pin
Tim Smith17-Dec-03 8:49
Tim Smith17-Dec-03 8:49 
GeneralRe: Thread termination in ATL COM Pin
Richard John17-Dec-03 10:40
Richard John17-Dec-03 10:40 
QuestionIs WTL UI updating broken on Pocket PC? Pin
Johann Gerell15-Dec-03 13:12
Johann Gerell15-Dec-03 13:12 
AnswerRe: Is WTL UI updating broken on Pocket PC? Pin
Jörgen Sigvardsson16-Dec-03 8:44
Jörgen Sigvardsson16-Dec-03 8:44 
AnswerRe: Is WTL UI updating broken on Pocket PC? Pin
Johann Gerell16-Dec-03 22:52
Johann Gerell16-Dec-03 22:52 
Generalstd::string question Pin
User 988515-Dec-03 5:32
User 988515-Dec-03 5:32 
GeneralRe: std::string question Pin
John M. Drescher15-Dec-03 5:51
John M. Drescher15-Dec-03 5:51 
GeneralRe: std::string question Pin
Igor Vigdorchik18-Dec-03 12:35
Igor Vigdorchik18-Dec-03 12:35 
GeneralRe: std::string question Pin
Kosenko Kolya19-Dec-03 0:49
Kosenko Kolya19-Dec-03 0:49 
GeneralThe button did not work.Please help me Pin
freehawk12-Dec-03 22:59
freehawk12-Dec-03 22:59 
GeneralRe: The button did not work.Please help me Pin
Igor Vigdorchik18-Dec-03 16:36
Igor Vigdorchik18-Dec-03 16:36 
GeneralRe: The button did not work.Please help me Pin
freehawk18-Dec-03 16:51
freehawk18-Dec-03 16:51 
QuestionHow to add a MFC dialog in a WTL project? Pin
freehawk12-Dec-03 21:25
freehawk12-Dec-03 21:25 

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.