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
softairhk
NA
115
0
For loop problems?
Oct 24 2003 6:13 AM
Hello! Why lbProgressMsg.Text="Testing in progress..."; don't take effect? When i<=j, it display lbProgressMsg.Text="Testing is ended"; only? private void btnTest_Click(object sender, System.EventArgs e) { int j=100; for (int i=0; i<=j; i++) { progressBar1.Value=i; System.Threading.Thread.Sleep(25); lbProgressMsg.Text="Testing in progress..."; } lbProgressMsg.Text="Testing is ended"; }
Reply
Answers (
4
)
If operators
Visual Studio and Visio