|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
VB6 ListView Help
I'm new to ListView Control and kinda Intermediate with VB in general but i have a standard ListView control called ListView1 and i am trying to get it to automatically goto the next line but it won't how would i do this something like : ListView1.ListItems.Item = ListView1.ListItems.Item + 1 or something like that please help
|
|
#2
|
|||
|
|||
|
U can get the next line like it:
dim i as long i=0 ListView1.ListItems(I)= ListView1.ListItems(I + 1) To see more :http://msdn.microsoft.com/library/d...ewscenario1.asp |
|
#3
|
|||
|
|||
|
Thanks
Thanks the guy at vcreations.net helped me out turns out that was my problem.
I had to declare variables for the events songindex = ListView1.ListItems.Index then in the event ListView1(songindex).ListItems(songindex)......etc |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > VB6 ListView Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|