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

ATL / WTL / STL

 
AnswerRe: how to realize input/output of file? Pin
Igor Vigdorchik23-Dec-03 4:58
Igor Vigdorchik23-Dec-03 4:58 
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 
I want to subclass some combobox controls on a dialog to handle WM_KEYDOWN msg (to delete contents using DEL key).
1. I`m using CContainedWindow. I use the function:
OnKeyDown(TCHAR nChar, UINT nRepCnt, UINT nFlags) with MSG_WM_KEYDOWN in ALT_MSG_MAP(1).
For one control, it's ok (works fine), but what if I want to subclass more than one and redirect all WM_KEYDOWN msgs to the same function ? How can I tell what control is receiving the message ? The m_hWnd member points to my dialog wnd.
2. I also tried the DDX way, using DDX_CONTROL and defining:
class CCombo: public CWindowImpl<ccombo, ccombobox="">
and defining my controls of this class, but the compiler gives me an error saying that SubclassWindow is not a member of CComboBoxT<class atl::cwindow="">
How can I do it using #1 and what am I doing wrong with #2 ?
Thanks.
GeneralRe: Subclassing Pin
Jörgen Sigvardsson30-Dec-03 6:54
Jörgen Sigvardsson30-Dec-03 6:54 
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 

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.