Search results

  1. C

    Color Problems

    Ok, I'm confused. Check out this very simple code. Private Sub TestButton_Click() Dim bc As Long bc = TestButton.BackColor TestButton.BackColor = bc End Sub Somehow this changes the color of the button from light blue to a darker blue. Yes, this has no real purpose, but it is a test to...
Back
Top Bottom