Please help me with this issue:
I want to make an "Options" form (Form2) for a program in which Form1 is the main form.
Consider 2 forms
Form1: The main form
Contains: - Button1: Which I want it to open Form2 when clicked.
- Label1: Text label which is determined by the selection of radio buttons in form2
Form2: the Options form
Contains: - RadioButton1: If selected, change the text of Label1 to "Pathology"
- RadioButton2: If selected, change the text of Label1 to "Endocrinology"
-ButtonClose: Close Form2
Thanks alot