CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fafalone

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    3,864

    Re: Problem getting thumbnails

    Ok, the compiled EXE just hangs like the IDE did. 0 CPU usage too.

    I found a way to work around it; specify SIIGBF_THUMBNAILONLY for only those files that support it. Any other set of flags...
  2. Replies
    7
    Views
    3,864

    Re: Problem getting thumbnails

    I'm using the DLL from a VB6 program on Win7 x64. Please hold the snickering, legacy programming has its place :)
  3. Replies
    7
    Views
    3,864

    Re: Problem getting thumbnails

    Nope, it's just a plain old text file. And this is for all text files, not a specific one. There might be other file types; I haven't done an exhaustive search, but so far that's it.
  4. Replies
    7
    Views
    3,864

    Problem getting thumbnails

    Hi everyone, I'm very new to C++ so please go easy on me. I'm using a very simple DLL to get a thumbnail for a file and add it to an imagelist. The problem is, whenever I pass a pidl that points to a...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured