+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: get listbox2 value

  1. #11
    didgydont is offline VB.NET Forum Enthusiast didgydont will become famous soon enough
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Mar 2009
    Age
    27
    Posts
    37
    Reputation
    29

    Default

    is this what you mean ?
    if so thank you for your input it has reduced the amount of code needed quite a bit and made it much easier to read.
    Code:
    For index As Integer = 0 To ListBox1.Items.Count - 1

  2. #12
    jmcilhinney's Avatar
    jmcilhinney is offline VB.NET Forum Moderator jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute jmcilhinney has a reputation beyond repute
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Age
    41
    Posts
    6,736
    Reputation
    653

    Default

    Quote Originally Posted by didgydont View Post
    is this what you mean ?
    if so thank you for your input it has reduced the amount of code needed quite a bit and made it much easier to read.
    Code:
    For index As Integer = 0 To ListBox1.Items.Count - 1
    Eggsackly.

  3. #13
    didgydont is offline VB.NET Forum Enthusiast didgydont will become famous soon enough
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Mar 2009
    Age
    27
    Posts
    37
    Reputation
    29

    Thumbs up

    thanx again you were very very helpfull

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

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