Customize Windows Explorer Tooltips

For everything that's not in any way related to PureBasic. General chat etc...
Little John
Addict
Addict
Posts: 4805
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Customize Windows Explorer Tooltips

Post by Little John »

Hi all,

I want to do some customization of Windows Explorer tooltips. I already found some information about this topic.
However, I'd like tooltips of plain text files to show the first say 3 lines of the respective file. Is that possible?

Regards, Little John
juror
Enthusiast
Enthusiast
Posts: 233
Joined: Mon Jul 09, 2007 4:47 pm
Location: Courthouse

Re: Customize Windows Explorer Tooltips

Post by juror »

I would say it's very possible.

There could be a slight delay if you want to read the text file before displaying the tooltip, or could you create the possible tooltips in an array before use?

cheers
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: Customize Windows Explorer Tooltips

Post by luis »

@juror

He's talking about making the OS doing that through some possible customization of the registry.

Doing so programmatically in your software is obviously trivial :wink:
"Have you tried turning it off and on again ?"
Little John
Addict
Addict
Posts: 4805
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Customize Windows Explorer Tooltips

Post by Little John »

luis wrote:He's talking about making the OS doing that through some possible customization of the registry.
Yep. :-)
Post Reply