Need Help ...How can I code form load as well as all List Box Click events in vb6 for this xml ...
List4 items have URL
I have used Id's here , but not sure whether I am right or wrong ... the reason to use id's are because both items in List1 is with similar item name .. and some where other List boxes also contains similar name items ..
Code:
<names>
<list1 name="firefox" id="1">
<list2>Beta</list2>
</list1>
<list1 name="firefox" id="2">
<list2>Full</list2>
</list1>
<list2 name="Beta">
<list3>321.2</list3>
</list2>
<list2 name="Full">
<list3>2435.7</list3>
</list2>
<list3 name="321.2">
<list4>have</list4>
<url>http://fs35.filehippo.com/8252/d5cb98296a48495d87a7be8ba06e28a6/Firefox%20Setup%2027.0b5.exe</url>
<list5 name="123bg"</list5>
</list3>
<list3 name="Full">
<list4>have</list4>
<url>http://fs36.filehippo.com/3912/9e9edb15827a483d9aac4a8c274caf6e/Firefox%20Setup%2026.0.exe</url>
<list5 name="171bg"</list5>
</list3>
</names>
List4 items have URL
I have used Id's here , but not sure whether I am right or wrong ... the reason to use id's are because both items in List1 is with similar item name .. and some where other List boxes also contains similar name items ..