I have a Visual Studio 2008 C++ ATL project that is a namespace extension for Windows Explorer. In the tool bar rebar for Windows Explorer in Windows XP, there is an icon labeled \"views\". In a nor
I\'m still feeling my way around C++, and am a complete ATL newbie, so I apologize if this is a basic question.I\'m starting with an existing VC++ executable project that has functionality I\'d like t
I created ATL COM-server in VC++ 2005. I want to realize some interface defined in some library (*.olb). I know I will see the interface if I #import this olb (in .tlh.tli). But I cannot create stub r
Purify is pointing memory leak in ole32.dll while returning a 开发者_运维知识库Variant with VT set to VT_RECORD as OUT parameter. I am using User Marshalling by generating proxy/stub dll from IDL.
I\'m using code that treats an array of derived objects as an array of base objects. The size of both objects is the same. I\'m wondering:
Sorry to ask such a basic question but I seem to have a brain freeze on this one!I\'m calling a COM (ATL) object from my WPF project.The COM method might take a long time to complete.I thought I\'d tr
My bho (Browser Helper Object) is a sidebar (right-sided iframe) that needs to be opened/closed by clicking the status bar icon in IE (IE8). I didn\'t find any informations for click开发者_如何学编程a
I have a StartComObjects function called when the user presses the Login button and a StopComObjects function called when the user presses the Cancel button.The StartComObjects function uses CComPtr.C
I have one com server with some interfaces exposing some API\'s COM class looks like below class ATL_NO_VTABLE CTask :
I w开发者_StackOverflow社区ant to creating an addin that captures when a {contact, calendar, task, note} is {created, edited, removed}. I have the following code, to make it shorter I removed all the