Tooltip bug in .NET ?

linesh

Freshman
Joined
Oct 14, 2004
Messages
32
Location
Washington D.C.
I have a usercontrol written in C#. The usercontrol is added to a form. There are buttons inside the usercontrol and i have set the tooltip for it. But for somereason the tooltips seem to go behind the form and only show up partially. The screenshot is attached below.

Is this a bug in .NET (C#) ? Any workarounds?

Thanks in advance
Linesh
 

Attachments

VagabondSW said:
Do you do something with your form to keep it Front or Top in the Z-Order?

No i dont do anything with the form. There are some controls such as panels, labels, buttons inside the user control itself and i play around with the Z-order for these. But why does the tooltip appear partially behind the form?

Linesh
 
Back
Top