hi.,
User will select an item from a comboBox.
Example:
Selection 1 : Quadratic
Selection 2: Trigonometri
Im not sure how do i recognize which selection has been made by the user in my code. Help!
User will select an item from a comboBox.
Example:
Selection 1 : Quadratic
Selection 2: Trigonometri
Im not sure how do i recognize which selection has been made by the user in my code. Help!
Code:
if self._comboBox1.SelectedItem : else: MessageBox.Show( "Please Choose a Topic" )
Comment