1
Reply

Need help with multiple forms

Harto

Harto

Mar 22 2008 2:24 AM
2k

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


Answers (1)