User Profile

Collapse

Profile Sidebar

Collapse
fawwwaz
fawwwaz
Last Activity: Apr 8 '13, 09:23 PM
Joined: Apr 4 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thanks
    but it doesn't work

    I think the code is:

    Code:
      Dim reminder As Double
    
            For i = 0 To (listone.Items.Count() - 1)
                If reminder Mod 2 = 0 Then
                    listtow.Items.Add(listone.Items.Item(i))
                Else
                    listthree.Items.Add(listone.Items.Item(i))
                End If
            Next
        End Sub
    ...
    See more | Go to post
    Last edited by Rabbit; Apr 5 '13, 10:36 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • I need help for number (odd and even number in list)

    hi all

    I need help

    Example:
    I have 3 list

    list1 already contains number(Even and Odd)
    list2 empty
    list3 empty


    I want copy the even number in list2 and the odd number in list3 :) and I have one button.

    this method need a Loop

    I need your help :)

    notes: I use visual basic studio 2012
    Thanks
    See more | Go to post
    Last edited by fawwwaz; Apr 4 '13, 11:15 PM. Reason: Add notes
No activity results to display
Show More
Working...