Try this out, in Visual C++ .NET 2003...
1. Create new ATL project.
2. Add new class, ATL ActiveX control.
3. Add "#include <atlutil.h>" to top of .h file of control
4. Add "CWorkerThread<> m_testThread;" member variable to control class.
5. Compile on Windows XP machine.
6. Copy over to...
Okay, "COM apartments" are really kicking my butt today.
I wrote an MFC program which creates a COM object from a local server (EXE), creates a DirectShow filter from an in-process server, and then passes the COM object interface to the filter.
The problem is, the MFC program, COM object, and...
I'm learning today how to reuse Internet Explorer's browser control (CLSID_WebBrowser) in my own application. I'm following the example from MSDN here.
My problem is, I don't like the "navigate sound", the annoying click sound file, that is played whenever you click on a hyperlink. I don't...
I'm interested in implementing context sensitive help for a custom made window (an ATL ActiveX control hosted in an MFC CView, really) that I'm making. So if a user looks at some part of my window and says, "What the heck is that?", I want to give them the ability to click on it and get more...
I'm writing some DirectShow filters to parse and generate multimedia files, as well as encapsulate some of my company's proprietary audio codecs to encode/decode audio streams. I'm pretty much a DirectShow newbie...
I'd like to have the ability for any DirectShow application using my filters...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.