


<playlist>
<song>
<artist>artistname1</artist>
<name>artistname1</name>
<image>image1.gif</image>
<rating>2028574083</rating>
<songid>566</songid>
<totalvotes>09898</totalvotes>
</song>
<song>
<artist>artistname2</artist>
<name>artistname2</name>
<image>image2.gif</image>
<rating>2028574083</rating>
<songid>566</songid>
<totalvotes>09898</totalvotes>
</song>
...
</playlist>
Ghost wrote:autopilot wrote:what I would do, is more like this[vb]If rss <> rsscopy Then
rsscopy = rss
refreshlistview
End If[/vb]
That's exactly what I was going to tell him to do next. Make a second, hidden listview and check it against the one displayed.

Ghost wrote:Oh, you're doing it that way. I was thinking of loading the xml files into the program first... Autopiolt's way would probably use less CPU, thus making it better.

Return to Visual Basic Programming
Users browsing this forum: No registered users and 0 guests