Results 1 to 2 of 2

Thread: Display Result in List(lstResult)

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    6

    Display Result in List(lstResult)

    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.

  2. #2
    Junior Member
    Join Date
    May 2002
    Posts
    16
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •