Click here to Skip to main content
15,885,309 members
Articles / Desktop Programming / Windows Forms

Implementing Dynamic ToolTips: Preventing SetToolTip stack overflow

Rate me:
Please Sign up or sign in to vote.
4.17/5 (3 votes)
17 Feb 2010CPOL 9.8K   2  
First, why would you want to change the ToolTip text during the PopUp? Why not hook the MouseHover of the control that you want to change the ToolTip? Dynamically setting the ToolTip does not require hooking the PopUp event.How about: public partial class Form1 : Form { ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Other NOAA
United States United States
I am a commissioned officer with the NOAA Commissioned Corps.

Currently I am a GIS Analyst with the National Marine Fisheries Service. I have a Master's in Environmental Science and code more as a means to an end.

Comments and Discussions