R
rino
Hi
I want to manually show a tooltip (using Tooltip.Show method) under the
mouse cursor. I have the mouse location but I want to tooltip to be displayed
beneath the mouse. I tried m_tooltip.Show("my text",this,e.X,e.Y +
Cursor.Size.Height)
The problem is the cursor Size returns 32x32 where the actual cursor icon is
smaller so there is a gap and it looks the the tooltip is too far away from
the cursor. How do I get the tooltip to be dispayed right under the actual
cursor icon.
Thanks.
I want to manually show a tooltip (using Tooltip.Show method) under the
mouse cursor. I have the mouse location but I want to tooltip to be displayed
beneath the mouse. I tried m_tooltip.Show("my text",this,e.X,e.Y +
Cursor.Size.Height)
The problem is the cursor Size returns 32x32 where the actual cursor icon is
smaller so there is a gap and it looks the the tooltip is too far away from
the cursor. How do I get the tooltip to be dispayed right under the actual
cursor icon.
Thanks.