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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SkintStudent

  1. SkintStudent

    CLSIDFromString - how to use?

    thanks Ion, that helped. And PerfNurt - you didn't read my question properly I'm afraid.
  2. SkintStudent

    C# DiretShow InterOp Woes

    Hi there, I'm trying to work out some coding which requires interacting with a COM object. I've read the MSDN documentation as well as those written by others, but am utterly confused. What I have got is this: An object - FILE_WRITER which derives from DirectShow.IBaseFilter From what I...
  3. SkintStudent

    CLSIDFromString - how to use?

    How do I go from something like: LPCSTR clsid_str = "{3C78B8E2-6C4D-11D1-ADE2-0000F8754B99}"; (or some other form of string variable that's available to me - i'm new to c++) To.. a REFCLSID ?? I believe I have to use CLSIDFromString somehow but can't find any example that go from the string...
  4. SkintStudent

    How to retrieve filename from MIME:Parser?

    Hi I've been using thhe MIME::Parser to ouutput incoming emails to a directory. I've allowed it to randomly select a filename for me, but I want to be able to find out what this randomly created filename is after is creates it. My code looks like this: # Create a new parser object: my $parser...

Part and Inventory Search

Back
Top