Results 1 to 2 of 2

Thread: create Infotips shell extension with VB

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    35

    Smile create Infotips shell extension with VB

    I want to create a Infotips shell extension with VB.
    Infotips are the tooltip windows shown by explorer
    when hovering over a file (.doc, .xls, ...)

    I have allready found a sample @ http://www.domaindlx.com/e_morcillo/
    but I don't get it running, as opposed to
    a couple of C++ samples.

    Can You help?
    Last edited by rfo; Aug 2nd, 2001 at 05:51 AM.
    rfo

  2. #2

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    35
    I got it! The Infotips Shell Extension sample from http://www.domaindlx.com/e_morcillo/ works.

    The problem was a wrong GUID {42B57838-F038-11D3-9876-CC8E300AB73F} in the infotip.inf, it should be {F33837C0-C650-488B-AE12-9E8CEA898CB}.

    Maybe there was a previous version with this GUID.

    I found that by manually registering the sample DLL using regsvr32.exe, then I searched the registry for it's filename.
    Last edited by rfo; Aug 2nd, 2001 at 05:59 AM.
    rfo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width