Need someone who is good with .Net

eXero

Onyx user!
Reputation
0
Specifically good with listview and adding items and sort. Can you reply please? I need some help with a program that I am coding.
 
How much listview do you know already?
 
I really don't know how to answer that to be honest. Been programming in .Net since '09.
 
eXero said:
I really don't know how to answer that to be honest. Been programming in .Net since '09.

Okay, I'll simplify it.

Do you understand how to use listview at all?
 
eXero said:
Somewhat, yes. I haven't experimented with listview that much.

I know it's going to sound ehh... but have you googled at all?
 
Yes, I have, I can't find what I am looking for. I think I know how to do it, I just cant come up with the right code that does it, so I need some help.
 
I guess I can post it here, I am trying to get three different things from three different textboxes to be entered as an item in a listview, but I cannot figure out how.
 
listbox1.items.add(textbox1.text + textbox2.text + textbox3.text)

am I incorrect?
 
Back
Top