devxlogo

Be Careful When Mimicking Tool-Tip Help

Be Careful When Mimicking Tool-Tip Help

Be careful about tips to easily duplicate tool-tip help with only tip control and mouse events. If your “tip” control doesn’t have the same parent as the control you’re moving over, you’ll put your tip control in the wrong spot! The coordinates for a control refer to its parent, so trying to position it against the wrong parent (as opposed to the form) results in an (x, y) position different than you want. Also, make sure your tip control has the highest z-order, or it might show up “behind” a nearby control. Lastly, be careful about relying on the Form_MouseMove event to “turn off” your tip, because the event might not get fired as you move between two frames or move quickly over the form.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist