dufylaurent
09-25-2001, 02:59 AM
I make some tooltips for my controls, when the mouse move on it. But the combobox doesn't have the mouse move event. How can I do that ???
"Never trust a computer you can't throw out a window." Steve Wozniak images/icons/wink.gif
the combobox has a tooltip text which will automatically detect the mouse move, if you really want you could check out the GetCursorPos API to know exactly when you have a mouseover
dufylaurent
09-25-2001, 03:31 AM
thanks. And for the toolbar control, is there a way to display a different tooltip depending on the button ?
"Never trust a computer you can't throw out a window." Steve Wozniak images/icons/wink.gif
dufylaurent
09-25-2001, 03:34 AM
Ok, ok : stupid question. I have the answer.
"Never trust a computer you can't throw out a window." Steve Wozniak images/icons/wink.gif