H
HONOREDANCESTOR
I have a book on vb.net that came out in 2006. It uses properties and
methods that I can't find in documentation. For instance, it has a
line such as:
MyBindingSource.Item(0).Row(0).
What is Item zero, and what is Row zero of that item?
In another section, the book has a listbox on a form, and there too it
uses a Row property as follows:
MyListBox.SelectedItem.Row(1)
Why would a selected item in a listbox have rows? If a listbox
contains both a hidden value and a displayed string, isn't there a
better way to get the displayed string?
Thanks,
HA
methods that I can't find in documentation. For instance, it has a
line such as:
MyBindingSource.Item(0).Row(0).
What is Item zero, and what is Row zero of that item?
In another section, the book has a listbox on a form, and there too it
uses a Row property as follows:
MyListBox.SelectedItem.Row(1)
Why would a selected item in a listbox have rows? If a listbox
contains both a hidden value and a displayed string, isn't there a
better way to get the displayed string?
Thanks,
HA