Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
C# listbox help
David
13y
1.7k
1
Reply
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.
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
How to Remove Space Alignment in VS
Auto remove accidental eventhandler?