Re: [DOTNET] Tooltip on a combobox

2002-04-22 Thread Ken Vincent
o:[EMAIL PROTECTED]] >Sent: Friday, April 19, 2002 1:30 PM >To: [EMAIL PROTECTED] >Subject: [DOTNET] Tooltip on a combobox > > >I have an owner draw ComboBox inherited control. I want to put a tooltip >on the dropped down list that changes when you change items in the list. &

Re: [DOTNET] Tooltip on a combobox

2002-04-19 Thread franklin gray
.bringtofront? -Original Message- From: Ken Vincent [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 1:30 PM To: [EMAIL PROTECTED] Subject: [DOTNET] Tooltip on a combobox I have an owner draw ComboBox inherited control. I want to put a tooltip on the dropped down list that

[DOTNET] Tooltip on a combobox

2002-04-19 Thread Ken Vincent
I have an owner draw ComboBox inherited control. I want to put a tooltip on the dropped down list that changes when you change items in the list. In my DrawItemEventHandler I am able to change the tooltip text. However when the tooltip comes up: 1.) It comes up beneath the list, not on top of i