PDA

Click to See Complete Forum and Search --> : Display Result in List(lstResult)


DonJoe
April 10th, 2004, 08:37 PM
Hi all, can someone provide me some code how to display Result in List? I'm using VB 6.0

These what I have;

- intID(10)
- strName(10)
- intTotal(10)
- strGrade(10)

- LstResult


Thanks.

Morrissey
April 23rd, 2004, 12:04 PM
hi,,
what are using a listview? or a list box.

on list boxes, try use the AddItem method (if i remember correctly) or the if you are using the combo box, the AddItem method is preferably good.
i hope that gives you a hint.