|
-
Aug 2nd, 2001, 03:08 AM
#1
Thread Starter
Member
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
-
Aug 2nd, 2001, 05:50 AM
#2
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|