Hallo,
I have in VB6 created a listview
The listview has 3 colums.
Now i can select a row in the listview with the mouse pointer.
The thing that i would do now is to push on a button and then a message box appears with the text that is selected in the listview ,but only the second row must be displayed in the msgbox.
ex :
1 beaf 22$
1 meat 10$
1 burger 5$
so if a select row 2 ,the msg box must display : meat
Who can help me with that ?
Thanks a lot
