Google Mobile Ads
Pages
Home
DBPlatform Hakkında
Monday, June 17, 2013
VB.NET Combobox CopyTo Array
Bir combobox'tan diğer combobox'a verilerin kopyalanması (
myComboBox1 -> myComboBox2
)
Dim myArray(myComboBox1.Items.Count - 1) As String
myComboBox1.Items.CopyTo(myArray, 0)
myComboBox2.Items.AddRange(myArray)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
LinkWithin
No comments:
Post a Comment