My windows Application has a menu which opens an OpenFileDialog. When the button OK is pressed, I want to place the main form background and show a new Form (with two radiobuttons, one button).
From the New Form I must take information (which radiobutton was checked) and pass this information to the main form.
Can anyone help me?