I have an activex control. I want my users to be able to remove it. This MS article implies that you can remove controls if you installed them yourself:
How can I load an image from BYTE* array using CIm开发者_Go百科age ? My workaround until now is to simply create a temporary file, but this operation is very expensive sometimes ...
Can anyone tell me where to find an visual开发者_如何学JAVA studios 2010 atl web service template like the one that comes with visual studios 2008?
I have two C++ COM projects in Visual Studio. In ProjectA I define InterfaceA in MIDL. In ProjectB I would like to define InterfaceB which inherits from InterfaceA. Is this possible to do without impo
i use ATL macros like A2T and A2CW. on the devel-computer everyhting works fine. when i use the application (visual studio 2008 pro) on another computer - the output of the ATL-macro-conversion is not
I need to pass an associative arra开发者_Go百科y from Javascript to a C++ activex control in IE6+. It seems a shame to write my own type for something so standard. It doesn\'t have to work with native
A default ATL Simple Object has the following at the top of its IDL file: import \"oaid开发者_开发百科l.idl\";
I have some code in a library which has to internally work with wstring, that\'s all nice and fine. But it\'s called with a TCHAR string parameter, from both unicode and non-unicode projects, and I\'m
I have been working on getting a basic ATL project to compile in Visual Studio 2008 and I keep running into errors. Ultimately I have gotten stuck with the following build errors:
I\'m writing a BHO that analyze the HTML taken from the \'onDocumentComplete\' event of \'DWebBrowserEvents2\'. Currently it works fine, unless I have a DHTML/AJAX page, where HTML handle is delivered