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
Emma Emma
NA
101
55.4k
change the toolStripStatusLabel text fromfunction of class
Aug 26 2013 4:33 AM
Anyone knows how can I change the toolStripStatusLabel text which is in the main form, from the function of one class_
Means that when this function in the class is invoked and run into catch, inside catch there should change the text of the toolStripStatusLabel.
Any idea how to do that _ thanks a lot!
public
void
AA()
{
try
{
}
catch
{
this
.toolstripstatuslabel4.Text =
"xxx"
;
//wanted text
}
}
But I can not do like this because it says> the name does not exist in the current context...
Any idea how to do that _ thanks a lot!
Reply
Answers (
1
)
Give a file name based on selected Items from ComboBoxes
how to change row into column