Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: teriviret
  • Content: Threads
  • Order by date
  1. teriviret

    Bug in CWorkerThread!!

    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...
  2. teriviret

    Moving interfaces between COM apartments

    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...
  3. teriviret

    Disable IE navigation sounds programmatically

    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...
  4. teriviret

    context sensitive help for custom windows in MFC or ATL

    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...
  5. teriviret

    Need a good way to report errors from a DirectShow filter

    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...

Part and Inventory Search

Back
Top