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
Customize Windows Explorer Tooltips
-
Little John
- Addict

- Posts: 4805
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Customize Windows Explorer Tooltips
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
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
Re: Customize Windows Explorer Tooltips
@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
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
"Have you tried turning it off and on again ?"
-
Little John
- Addict

- Posts: 4805
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Customize Windows Explorer Tooltips
Yep.luis wrote:He's talking about making the OS doing that through some possible customization of the registry.
