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
annie_pollie07
NA
45
0
Timer and buttons
Mar 29 2004 8:51 AM
hellow, someone has given me this: private void btnPush_Click(object sender, System.EventArgs e) { count++; if(count == 4) count = 1; switch(count) { case 1: txtBox.Text = "a"; break; case 2: txtBox.Text = "b"; break; case 3: txtBox.Text = "c"; break; } } this works, but the problem is that i need to get more a of b next to each other. How can ik do this? no he just change the a into a be but i can't at an other one? thx and greetz
Reply
Answers (
7
)
general computing forums
vertical scrollbars