I need to create an app with 4 countdown timers that intervals change based on what radio button is selected.
Not sure what code to use for this, as I'm just learning Visual Basic 2005 Express Edition with the videos on MSDN.
I was thinking of creating a case / select branching statement.
Select Case Radiobuttoncollection.SelectedItem.To String()
Case "option1"
how do I link this to a label in my app to change a countdown timer?
Case "option2"
Help is really appreciated.
Not sure what code to use for this, as I'm just learning Visual Basic 2005 Express Edition with the videos on MSDN.
I was thinking of creating a case / select branching statement.
Select Case Radiobuttoncollection.SelectedItem.To String()
Case "option1"
how do I link this to a label in my app to change a countdown timer?
Case "option2"
Help is really appreciated.