User Profile

Collapse

Profile Sidebar

Collapse
manch
manch
Last Activity: May 14 '07, 09:02 PM
Joined: May 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • manch
    replied to Listbox SelectedItem addition
    Here is what i have so far...

    Code:
     intTnum = lstNum.Items.Count
    
            For intX = 0 To intTnum
                intTLoop = lstNum.Items(0)
                intTSum = intTSum + intTLoop
                intX += 1
            Next intX
    How can i increment lstNum.Items(0) to the next number with each repetition of the loop?
    See more | Go to post

    Leave a comment:


  • manch
    started a topic Listbox SelectedItem addition

    Listbox SelectedItem addition

    I need some help with this, just can't seem to get it straight.


    I need to write a loop that will add each item of a listbox to get a Sum of the numbers inside.

    I am using vb.net 2005
    See more | Go to post
No activity results to display
Show More
Working...