linesh Posted December 2, 2005 Posted December 2, 2005 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 Quote
VagabondSW Posted December 2, 2005 Posted December 2, 2005 Do you do something with your form to keep it Front or Top in the Z-Order? Quote "Never ascribe to malice that which can adequately be explained by incompetence." -- Napolean Bonaparte
linesh Posted December 2, 2005 Author Posted December 2, 2005 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.