VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

How to get the item in a listbox that the mouse is currently over top of.

Jon Mooty AKA YoungBuck  (5 Submissions)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Sun 9th September 2001   Mon 8th February 2021

How to get the item in a listbox that the mouse is currently over top of.

API Declarations


Private Const LB_GETITEMRECT = &H198
Private Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type

' You will also need a listbox names List1

Rate How to get the item in a listbox that the mouse is currently over top of. (1(1 Vote))
How to get the item in a listbox that the mouse is currently over top of..bas

How to get the item in a listbox that the mouse is currently over top of. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters