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
Cup of Coffee or Cola
NA
2
2.1k
add a TextChanged event to a StatusBarPanel
Mar 17 2011 7:25 PM
Hi,
I am trying to add a TextChanged event to a StatusBarPanel but that event does not exist.
How can I determine when the text is changed? This is what I have:
For Each pan As System.Windows.Forms.StatusBarPanel In SB.Panels
AddHandler pan.TextChanged, AddressOf PanelTextChanged
Next pan
One idea is to do this using databinding to bind text in my StatusBar with text in a textbox. Then add a handler to the TextChanged event in that textbox.
I can't find how to do this. Please help
Thank you so much.
Reply
Answers (
1
)
datagridview row count problem
Dock a StatusBar in VB.NET