Click here to Skip to main content
15,897,371 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralOutlook 2003 COM AddIn Pin
civilwar27-Jul-05 3:59
civilwar27-Jul-05 3:59 
GeneralRe: Outlook 2003 COM AddIn Pin
Anonymous4-Aug-05 0:20
Anonymous4-Aug-05 0:20 
Generalcan't save new ATL ActiveX control on VB6 form page Pin
Amos.A27-Jul-05 3:54
Amos.A27-Jul-05 3:54 
GeneralWTL Multi Viewports OpenGL Pin
Aggressor25-Jul-05 23:10
Aggressor25-Jul-05 23:10 
Generalstring in switch case Pin
itkid25-Jul-05 22:56
itkid25-Jul-05 22:56 
GeneralRe: string in switch case Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX26-Jul-05 0:50
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX26-Jul-05 0:50 
GeneralRe: string in switch case Pin
toxcct1-Aug-05 1:43
toxcct1-Aug-05 1:43 
QuestionHow to add MFC support to an ATL project in Visual C++ Pin
24-Jul-05 17:31
suss24-Jul-05 17:31 
description:
I made a dll(ATL-base) that recognize the text "Hello" when I click the mouse right button on the Internet Explorer.
I already add a my menu to context menu. If I select it something happen.

my goal:
Now I want to modify my .dll to recognize the mouse left button.
I need the mothod OnClick event.
So I'm reading the Internet Explorer 5(MS).
In "Sinking Events for DHTML Objects in visual C++" on this book(Thanx to Douglas Troy he recommended the section Smile | :) ),
I want to modify the OnDblClick event to OnClick.

the problem:
class CMfcObjMdlDlg;

class CHTMLDocEvents : public CCmdTarget
{
DECLARE_DYNCREATE(CHTMLDocEvents)
.
.
.
I need to use CCmdTarget....
It is MFC way. I have to change my dll(ATL-base) to MFC I think.
So I found a reference about that(http://support.microsoft.com/default.aspx?scid=kb;en-us;173974#XSLTH3125121122120121120120[^].

I already applied this method in my .dll.
But failed.. haha(-_-)a
I don't understand some description what it saying..
:::section5:::...entry point is set to wWinMainCRTStartup in the Output category of the Link field in the...
What is wWinMainCRTStartup?
How do I have to modify and to apply?
:::section4::: what is meaning of _tWinMain function with the following...
I coudln't understand _tWinMain function.
:::section6:::function of a COM interface, window procedure, and exported function
I have to apply the AFX_MANAGE_STATE(AfxGetAppModuleState());.
I found exported function by dumpbin.exe.
What is another thing such as COM interface, window procedure?
please reply to my question~
AnswerRe: How to add MFC support to an ATL project in Visual C++ Pin
Member 212103824-Jul-05 18:21
Member 212103824-Jul-05 18:21 
AnswerRe: How to add MFC support to an ATL project in Visual C++ Pin
Stuart Dootson25-Jul-05 21:53
professionalStuart Dootson25-Jul-05 21:53 
GeneralRe: How to add MFC support to an ATL project in Visual C++ Pin
Member 212103825-Jul-05 22:45
Member 212103825-Jul-05 22:45 
Questionhow do you insert socket in WTL? Pin
andy-wang22-Jul-05 16:26
andy-wang22-Jul-05 16:26 
Generalstd::string Pin
LCI21-Jul-05 5:48
LCI21-Jul-05 5:48 
GeneralRe: std::string Pin
Christian Graus21-Jul-05 18:56
protectorChristian Graus21-Jul-05 18:56 
GeneralRe: std::string Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 23:46
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 23:46 
GeneralRe: std::string Pin
Christian Graus22-Jul-05 11:52
protectorChristian Graus22-Jul-05 11:52 
GeneralRegular Expressions Pin
Kevin McFarlane23-Jul-05 1:17
Kevin McFarlane23-Jul-05 1:17 
GeneralRe: Regular Expressions Pin
Christian Graus23-Jul-05 2:46
protectorChristian Graus23-Jul-05 2:46 
GeneralRe: Regular Expressions Pin
Kevin McFarlane23-Jul-05 3:43
Kevin McFarlane23-Jul-05 3:43 
GeneralRe: Regular Expressions Pin
Christian Graus23-Jul-05 10:58
protectorChristian Graus23-Jul-05 10:58 
GeneralRe: std::string - HELP Pin
LCI25-Jul-05 4:35
LCI25-Jul-05 4:35 
GeneralRe: std::string - HELP Pin
Roland Pibinger25-Jul-05 13:08
Roland Pibinger25-Jul-05 13:08 
GeneralRe: std::string - HELP Pin
Rob Caldecott26-Jul-05 21:08
Rob Caldecott26-Jul-05 21:08 
GeneralRe: std::string - HELP Pin
Kevin McFarlane30-Jul-05 23:38
Kevin McFarlane30-Jul-05 23:38 
GeneralRe: std::string - HELP Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX31-Jul-05 23:46
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX31-Jul-05 23:46 

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.