Gettingbetter
Well-known Member
- Joined
- Oct 12, 2004
- Messages
- 602
Hello everyone, Happy new year.
I've been trying to solve this all morning and have had some near misses and some disaterous API attempts (my computer has crashed more times than a dogem).
So finally I have resolved to ask the board.
I am trying to show the equivalent of a ControlTipText on a combobox dropdown. By this I mean if my combobox has 10 items visible on the dropdown, as you hover over each item I would like an explanation of the selection to appear (like the ControlTipText).
An event must run somewhere in the background because the item hovered over changes colour (So that says to me if I can catch that event I must be able to add a label at the same time).
In the past when I have needed something like this I have used a label instead of a combobox and then made a frame appear (on click) with the correct number of labels needed (with a scroll) so that I could use the Mouse move event on the labels to change colour and add the ControlTipText (this gave the look of a combobox but with a lot more options) however due to the nature of the program I am making this is not possible, It needs to be a Combobox.
Please can anyone help??
I've been trying to solve this all morning and have had some near misses and some disaterous API attempts (my computer has crashed more times than a dogem).
So finally I have resolved to ask the board.
I am trying to show the equivalent of a ControlTipText on a combobox dropdown. By this I mean if my combobox has 10 items visible on the dropdown, as you hover over each item I would like an explanation of the selection to appear (like the ControlTipText).
An event must run somewhere in the background because the item hovered over changes colour (So that says to me if I can catch that event I must be able to add a label at the same time).
In the past when I have needed something like this I have used a label instead of a combobox and then made a frame appear (on click) with the correct number of labels needed (with a scroll) so that I could use the Mouse move event on the labels to change colour and add the ControlTipText (this gave the look of a combobox but with a lot more options) however due to the nature of the program I am making this is not possible, It needs to be a Combobox.
Please can anyone help??