• Welcome to Valhalla Legends Archive.
 

ToolTips in Listview

Started by Tass, November 20, 2005, 01:39 PM

Previous topic - Next topic

Tass


Kp

No, tooltips are implemented by programming on the bare metal (writing directly to graphical memory).  Microsoft never bothered to give us an API for that one, so we just scrawl directly on your screen.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

Joe[x86]

Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

shadypalm88

Quote from: Tass on November 20, 2005, 01:39 PM
Do you need an api?
You're using VB: ListItems have a property called ToolTipText.  Set it.  Also try the Object Browser, it's handy.

Quote from: Kp on November 20, 2005, 01:52 PM
No, tooltips are implemented by programming on the bare metal (writing directly to graphical memory).  Microsoft never bothered to give us an API for that one, so we just scrawl directly on your screen.
Quote from: Joe on November 20, 2005, 02:01 PM
Are you serious Kp?
* head explodes *

FrOzeN

For basic simple line tooltips there is a .ListItem property for them.

Google to use multi-line tooltips.
~ FrOzeN

Joe[x86]

Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

Tass

Anyone know of a tut that can show me how to do it for every item in the listview?

Topaz

I don't know about a tut, but this is how I would do it:

Set the HoverSelect property to true

Enable Listview_Mousemove, and have the tooltip change accordingly