How to re-use variable from a button click event? (ColorDialog)
I am trying to create a program in windows forms that consist of 2 checkboxes for 2 textboxes to change the colors of their background and font color. Plus 3 buttons, forecolor, back color to store chosen color in, and an executable to check if any checkboxes are checked to use adequate colors to the selection. I have no problem with the logic for the executable button.