TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dorababu Meka
225
8.3k
1.7m
ToolTip in the same fashion on MouseHover
Jan 10 2011 10:26 AM
I write a code to display tooltip on Enter for a text-box but the same code is not working on Mousehover and other
This is the code i wrote
private void txtImmedorgname_Enter(object sender, EventArgs e)
{
ttpDetail.AutoPopDelay = 2000;
ttpDetail.InitialDelay = 1000;
ttpDetail.ReshowDelay = 500;
ttpDetail.IsBalloon = true;
ttpDetail.Show(string.Empty, txtImmedorgname, 0);
ttpDetail.Show("Ex:01(Should be Numeric)", txtImmedorgname, txtImmedorgname.Width / 2, txtImmedorgname.Height, 5000);
}
Can any one tell what to do to display the same fashioned tooltip for mousehover too
Reply
Answers (
2
)
Sql Upgradation
DataGird properties is not showing in C#