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
Fred Tededmondson
NA
12
86.1k
ToolTip arrow pointing the wrong way
Jan 21 2011 12:22 PM
Hi, all,
I'm trying to have a click event show the tooltip for a control (we all know how frustrating it is when mouseover doesn't fire one, so I'm adding a backup).
I figured out how to show the tooltip, but, if I click it several times, it goes about half and half between pointing the arrow up (into the clear blue sky/desktop) or down (at the control).
Here's the click handler:
private
void
pbHelpBlah_Click(
object
sender,
EventArgs
e)
{
ttBlah.Show(
Globals
.blahToolTip,
this
, pbHelpBlah.Location.X, pbHelpBlah.Location.Y - 95, 2500);
}
I thought I might have to *shudder* ownerdraw it? Any advice on how I would do that with a balloon?
Reply
Answers (
4
)
How to create exe file with database including and softwares needed at client system
How can I find out how many bytes have been copied?