Visual Basic 2008/Visual Basic 2010/Vb.NET: How to use the ListView Control

preview_player
Показать описание
In this tutorial I will be talking about the ListView control, and how it could be useful. I also show you how to implement it.

Hope you enjoy, and thanks for watching!
Рекомендации по теме
Комментарии
Автор

Thank you for the video! It gave me just about everything I needed for the Listview control. Microphone quality is exceptional.
Thanks again.

anorenbergs
Автор

Well done -- and volumn and clarity of microphone was perfect.

margaretholmeswakerobin
Автор

Huge huge props for this. Super helpful. I've been trying for some time now to add columns to a Task Manager application and this did it!

tbillybob
Автор

Wow... You should be a teacher sir... very well explained... helped me a lot.

relaxingmusicwhitenoise
Автор

good one, now i got the listview logic, cheers mate.

ozgurdugmeci
Автор

It's funny.. Im enrolled in a Programmer Analyst program and VB.NET is what we learn in our last semester.. After rolling through Java / Android / SQL / PHP / JavaScript, etc.. And having to create a huge VB.NET program for our final.. its funny how I'm still always looking up references on how to accomplish something even though the logic is all there.. Thanks for the vid. BTW, what mic are you using? The Quality is superb!

Bnks
Автор

thanks for this great tutorial now i have a lots of knowledge about vb.net and sql keep in making some tutorials.
Godbless.

keizzbeatz
Автор

that is very helpful tutorialI have one question pls if you could answer me always  I found issue in last column in list view that is I want it to be resized and always closed to edge of list view, how is this could be ?? Regards

abdalazizshaheen
Автор

It is indeed helpful to me :P THANKYOU ..

mariekarlymar
Автор

Hello there...
Is there any way of 'preserving' the listview items, so that even if you close and open the application the items would still be there? I know this can be achieved by serialisation, but is there a simpler way

rickross
Автор

I have a question for you. Do you know how to select the next item in the list when I'm pressing a button? Ive been Googleing it like crazy, but i don't find any solutions :c

darahz
Автор

thx for this video it is very helpfull :)

abowalla
Автор

What codes should I use when I selected an item on the listview, and if you clicked on the button, it will go to another form?

ijooot
Автор

Thanks for the video, but I need help with the listview, my point with the listview is to make a bill that shows the items, and the subitem is the price that they cost, the only problem that I have I don't know how to make a total of what I have in the listview. 

Rukazana
Автор

Thanks a lot, this video help me so much.... (Y)

marcoviniciosantamariamart
Автор

how to use it like a datagridview where it can be bind to the database table?


gilmandanilo
Автор

parse items.Text into an Integer first .. you could do .Item(CInt(items.Text).Text

Bnks
Автор

do this work when i write it like this. if (document.name="name") then
dim li as listview
li = ...
end if
if (document.name="age") then
dim li as listview
li.subitem.add ...
end if

sebastianj
Автор

hey...i need help....can you tell me how to make a "remove button" for a listview in vb.net. I keep using this coding : and i keep getting an error...thank you very much in advanced.

TheOfficialDeltaClan
Автор

How can I make the following possible?
Dim li As String =
btw, items.text = 0

Moker