logical connective

  1. C

    Question How the XOR works

    I have this code applied into a checkbox: Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged Label.Font = New Font("Microsoft Sans Serif", 16, Label.Font.Style Xor FontStyle.Strikeout) End Sub The result was the label text style...
Back
Top