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
Aamir Mustafa
NA
4
0
Label Control Problem
Apr 8 2008 1:52 AM
i want to write something on label control in run time
i draw ten label controls on the form
and i have placed a button on the form
i want to write text on each label at a time
when i press button first time then text should be displayed on label1 and when i press button second time then text should be displayed on the second label and so on
when i use this code then it displays text on the all labels
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Label1.Text = "a"
Label2.Text = "g"
End Sub
now how can i change text of label each time when i press the button
thnaks
Reply
Answers (
2
)
Tree View and Thumbnail problem
What is AForge.NET??