Hello !
I have a form with a ListBox (can be a ComboBox as well).
This ListBox is based on a table (or query). First column (is hidden) contain the record's IDs.
I wish to use the MouseMove event (or other event but NOT the OnClick event) in order to obtain the ID for THAT record where the cursor is (NO click in the list).
The same question for a regular form which display a record set (what ID has that record where the cursor is?).
For more (but unnecessary info):
I like to have a PictureBox (only one, in the form header or footer) where to display a .jpg file based only on the cursor position.
Hope you understand what I mean.
Thank you !
I have a form with a ListBox (can be a ComboBox as well).
This ListBox is based on a table (or query). First column (is hidden) contain the record's IDs.
I wish to use the MouseMove event (or other event but NOT the OnClick event) in order to obtain the ID for THAT record where the cursor is (NO click in the list).
The same question for a regular form which display a record set (what ID has that record where the cursor is?).
For more (but unnecessary info):
I like to have a PictureBox (only one, in the form header or footer) where to display a .jpg file based only on the cursor position.
Hope you understand what I mean.
Thank you !
Comment