09-07-14, 06:57 PM
(09-07-14, 06:50 PM)vbnet كتب : .....
أسلوبين (وتوجد أساليب أخرى...)
كود :
Me.ListBox1.Items(Me.ListBox1.FindString("2.")) &= "31498"
Me.ListBox1.Items(Me.ListBox1.FindString("1.")) &= "9851"
Me.ListBox1.Items(Me.ListBox1.FindString("4.")) = "4.1244"
Me.ListBox1.Items(Me.ListBox1.FindString("3.")) = "3.4548"
.....
اشكرك ع ردك استاذى بس انا عايز يعمل كدا
PHP كود :
For i = 0 To 10
ListBox1.Items.Add(i)
Next
For x = 0 To 10
ListBox1.Items.Add(x)
Next
يعنى مثلا
هو
عمل
1
2
3
عايز يضيف دوت ويكمل كدا
1.1
2.2
3.3
