I have created a simple gui using a windows form, which consists of some checkboxes, radiobuttons and textboxes. I also have my logic code which consists of several switch case statement and I want to know how to put my logic code into the gui I have created.
Does anyone know of any tutorials that show how to do this with visual studio 2010? or could someone give me and example for one of the case statement, that I can follow with the rest?