Hi,
I have a program w/ a DB backend. What I would like to do is fill a listbox based on the selection of the combo box.
In addition I would like to have two text boxes .text values based on the listbox selection.
I understand it's based on
VB Code:
ProjectList_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProjectList.SelectedIndexChanged
(ProjectList being my combobox) but not sure how to fill the listbox based on this change.
Thanks




Reply With Quote