How to take items in Combo box from list view columns

  • Thread starter Thread starter Hany Metry
  • Start date Start date
H

Hany Metry

Guest
Hi,

How to take items in Combo box from list view columns.

Private Sub Form9MemberConnection_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Dim q As Integer
For q = 0 To NumJ - 1
ComboBox1.DataSource = Form8JointsCoordinates.ListView1.Items(q)
Next
End Sub



Kind Regards,






Hany Metry

Continue reading...
 
Back
Top