Base Conversion
Base Conversion
End Try
Me.BackColor = Color.BlanchedAlmond
MainMenuStrip.BackColor = Color.Bisque
End Sub
Private Sub btnReset_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnReset.Click
cbxBase.SelectedIndex = 0
txtInput.Clear()
txtInput.Focus()
txtOutput.Clear()
Me.BackColor = Color.AliceBlue
End Sub