hello guys out there..i'm new in VB and need your helping to solve this problem...
now i have select all the data from database using sql command..
but i dunno how to add into listview..
i'm only know this coding....but it can't used
Dim itm As ListItem
Set itm = ListView1.ListItems.Add(, , stritemvalue)
itm.SubItems(1) = strItemdescription
so please help me..thanks a lot...
