hi Im just newbie here. I want to ask help from you guys, about on how to use the listview functions in vb.net. I also just starting to study about the vb.net for my object-oriented programming. Please help me in writing the codes for a simple listview.
thanks in advance.....

Recommended Answers

All 4 Replies

Welcome to DaniWeb. Ask your question(s) in the appropriate Software Development forum and I'm sure someone will be glad to answer them. Won't be me though because I know nothing (well almost nothing) about VB.

Well, belle.
What would you like to know more precisely?
There are a lot of things you can do with the ListView control.

The ListView control is simply to, well, list things from top to bottom.
If you put a ListView control on a form, you can do this in the Form_Load event:

ListView1.Items.Add("item1")
ListView1.Items.Add("item2")
ListView1.Items.Add("item3")

well,,that's alryt...

wooh..!!!!
it helps..thanks anyway...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.