Results 1 to 3 of 3

Thread: Itemdata

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    3
    Hello,

    Am just starting out. Need some help.

    Am pulling information from a file to a listbox. Now I have to assign a price to these books. 5.00 for first and then keep adding 1.00 to the next ones.

    not sure where to go on this one. so whichever book is bought I have to calculate price.

    thanks
    ladie_36

  2. #2
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372
    [code]
    Private Sub List1_Click()
    Dim Price As Integer

    Price = 5 + List1.ListIndex
    End Sub

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    3
    Thanks a bunch. Terrible when the easy ones stumped you so bad.

Posting Permissions

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



Click Here to Expand Forum to Full Width