Hi informatix, havin som issue that havent found how to.
i will upload the Project, is you have some time check it.
downloading son info from a website but i know i made the query to
the web service i try with listview and Works but nothin with this AMAZING lib.
emisoras_list.Add(Info)
Log("Canales List size : " & emisoras_list.Size)
Dim ItemInfo As typInfo, LastWebSite As String
For i = 0 To emisoras_list.Size - 1
ItemInfo.Location = emisoras_list.Get(i)
If GetSiteName(ItemInfo.Location) <> LastWebSite Then
emisoras_view.AddItem("SiteSeparator", i)
LastWebSite = GetSiteName(ItemInfo.Location)
End If
emisoras_view.AddItem("Bitmap2Lines", i)
Next
emisoras_view.AddItem("SiteSeparator", -1)