Re: Detecting cursor in ListView (Combo Box - W32Lib)
- Posted by Pete Stoner <stoner.pete at gmail.com> Jan 26, 2006
- 471 views
Judith Evans wrote: > > Pete Stoner wrote: > > > > When a user clicks on a dropdown to open it (Combo box actually) and the > > highlight > > follows the cursor as he moves down the list, is there any way to detect > > which > > item he is on (highlighted but not selected)? > > > > I would like to be able to display some text giving more information on each > > item as the user moves the cursor down the list... > > > > Regards PeteS > > Here is some code Roland Stowasser wrote for me. It assumes right click but > you might be able to use when moving the mouse with some adjustments. > snipped > > Hope this helps; sorry I did not have time to test the code. > > ~judith Thanks Judith, I'll give it a try.. PeteS