Click here to Skip to main content
15,900,461 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Questionalter class-style before creation in ATL/WTL ? Pin
shuaicarr9-Jan-07 21:39
shuaicarr9-Jan-07 21:39 
AnswerRe: alter class-style before creation in ATL/WTL ? Pin
Stephen Hewitt10-Jan-07 12:24
Stephen Hewitt10-Jan-07 12:24 
QuestionInterface Definition (No Implementation) Pin
Jeffrey Walton9-Jan-07 14:20
Jeffrey Walton9-Jan-07 14:20 
AnswerRe: Interface Definition (No Implementation) Pin
Stephen Hewitt9-Jan-07 15:40
Stephen Hewitt9-Jan-07 15:40 
AnswerRe: Interface Definition (No Implementation) Pin
Michael Dunn9-Jan-07 22:09
sitebuilderMichael Dunn9-Jan-07 22:09 
QuestionToolbars on internet explorer and tooltips Pin
Member 35534028-Jan-07 23:05
Member 35534028-Jan-07 23:05 
AnswerRe: Toolbars on internet explorer and tooltips Pin
Michael Dunn9-Jan-07 0:39
sitebuilderMichael Dunn9-Jan-07 0:39 
Questionwhat's theClass for in BEGIN_MSG_MAP(theClass)? Pin
rockonedge8-Jan-07 21:54
rockonedge8-Jan-07 21:54 
I find that in ATL, the macro BEGIN_MSG_MAP(theClass) is defined this way:

#define BEGIN_MSG_MAP(theClass) \<br />
public: \<br />
	BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DWORD dwMsgMapID = 0) \<br />
	{ \<br />
		BOOL bHandled = TRUE; \<br />
		hWnd; \<br />
		uMsg; \<br />
		wParam; \<br />
		lParam; \<br />
		lResult; \<br />
		bHandled; \<br />
		switch(dwMsgMapID) \<br />
		{ \<br />
		case 0:

Interestingly, theClass is not used anywhere, then what's the use of theClass here?

Thanks.
GeneralRe: what's theClass for in BEGIN_MSG_MAP(theClass)? Pin
prasad_som9-Jan-07 1:39
prasad_som9-Jan-07 1:39 
AnswerRe: what's theClass for in BEGIN_MSG_MAP(theClass)? Pin
Stuart Dootson9-Jan-07 9:00
professionalStuart Dootson9-Jan-07 9:00 
AnswerRe: what's theClass for in BEGIN_MSG_MAP(theClass)? Pin
Steve S16-Jan-07 5:07
Steve S16-Jan-07 5:07 
AnswerRe: Displaying a ToolTip Pin
User 2155973-Jan-07 23:56
User 2155973-Jan-07 23:56 
QuestionTemplate library for design patterns Pin
rahulmballal2-Jan-07 8:41
rahulmballal2-Jan-07 8:41 
AnswerRe: Template library for design patterns Pin
Kevin McFarlane13-Jan-07 9:33
Kevin McFarlane13-Jan-07 9:33 
GeneralTutorial for ATL Pin
$uresh $hanmugam29-Dec-06 22:20
$uresh $hanmugam29-Dec-06 22:20 
GeneralRe: Tutorial for ATL Pin
Jörgen Sigvardsson5-Jan-07 12:23
Jörgen Sigvardsson5-Jan-07 12:23 
GeneralRe: Tutorial for ATL Pin
ThatsAlok22-Jan-07 19:28
ThatsAlok22-Jan-07 19:28 
QuestionWTL Wizard ? Pin
shuaicarr29-Dec-06 20:30
shuaicarr29-Dec-06 20:30 
AnswerRe: WTL Wizard ? Pin
Michael Dunn2-Jan-07 15:27
sitebuilderMichael Dunn2-Jan-07 15:27 
GeneralRe: WTL Wizard ? Pin
Jeffrey Walton9-Jan-07 14:24
Jeffrey Walton9-Jan-07 14:24 
Questionsending mail thru c# Pin
Kalyankasula28-Dec-06 18:58
Kalyankasula28-Dec-06 18:58 
AnswerRe: sending mail thru c# Pin
Jeffrey Walton9-Jan-07 14:29
Jeffrey Walton9-Jan-07 14:29 
QuestionDifference btn IsPostBack and call back Pin
Kalyankasula28-Dec-06 18:52
Kalyankasula28-Dec-06 18:52 
GeneralRe: Difference btn IsPostBack and call back Pin
prasad_som28-Dec-06 19:13
prasad_som28-Dec-06 19:13 
QuestionIn my BHO, how to react to window move or resize? Pin
Tommy Svensson28-Dec-06 5:05
Tommy Svensson28-Dec-06 5:05 

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.