I want to show a filename on my status strip, and the full path when the user mouses over it. Here's what I've done:
lblFileName.Text = fi.Name;
lblFileName.ToolTipText = fi.FullName;
But when I mouse over it, the tool tip text never shows up. How come?
(Mousing over "waterfall.png" does nothing)
Forcing a guess, I'd say that you forgot to set the StatusStrip's ShowItemToolTips
to True
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With