kahlua001
Well-known member
What are the multiple = doing here? Not as how it applies to the objects on this line, but when there are more than one = on a line, what is the logic of it?
checkBoxUnShift.Checked = (e.KeyState And 1) = 0 = False
checkBoxUnShift.Checked = (e.KeyState And 1) = 0 = False