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
aakash malhotra
NA
29
0
trackbar value IN C#
Oct 17 2008 2:23 PM
I have a question related to trackbars in C#.
I need to pass a string value to trackbar. Suppose I have a number 3. It is saved as a string "three". Now I need to use this to set trackbar value to 3. How do I do that in C#.
I tried
trackBarSpeed.Value.ToString() = hant; // hant = "three"
and trackBarSpeed.Value = int.Parse(hant); but nothing seems to work///// PLZ help....
Reply
Answers (
1
)
Pls help Program 'program' does not contain a static 'Main' method suitable for an entry point ?
datagrig record printout