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
David
NA
12
14.2k
C# listbox help
Dec 30 2011 1:45 PM
Hi
I have many buttons and a listBox.
In every button I have a code like this: listBox1.Items.Add ("different for every button");
but if I press 2 different buttons I use 2 lines
is it possible to press 2 buttons and write the text in the same line?
like one button says: Hi
and another one say: you
and when I press both it wont say it like this:
Hi
you
but like this: Hi you
in the same line.
hope you understand what I mean.
Reply
Answers (
5
)
How to Remove Space Alignment in VS
Auto remove accidental eventhandler?