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
Now to add percentage change string on progressBar1?
Oct 29 2003 3:36 AM
Hello! Now to add percentage change string on progressBar1? I move the lbPercentage on the top of the progressBar1, but it will mask the progressBar1. How to solve this problem? e.g. int j=100; for (int i=0; i<=j; i++) { progressBar1.Value=i; lbPercentage.Text=i.ToString()+"%"; lbPercentage.Update(); } lbPercentage.Text="Finished";
Reply
Answers (
1
)
How to change the Month into string as Jan, Feb, Mar, ..., but not 1, 2, 3...?
Problem starting a project