I'm trying to set tips for individual items in a listview, however, I'm not having much success. I was hoping that the individual tips would display as the cursor hovered over each item, but it doesn't seem to work (see code for example). Does anyone know if it's even possible to do? #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Include <GuiListView.au3> Opt('MustDeclareVars', 1) Example() Func Example() Local $listview, $item1, $item2, $item3, $msg