how to control 2 frames by 2 option buttons?
-
-
dear all i would like to create an application: i wanna use 2 options buttons to control 2 frames, when i click option1, the frame1 will be activitaed, otherwise frame2 will be activitated. thanks a lot how to control by 2 options' button. thanks
You have to be a bit more specific. What kind of application is it? Is it a windows form application or a web application? What do you mean with a "options button"? What kind of frames are you talking about, and what should happen when they are activated?
Despite everything, the person most likely to be fooling you next is yourself.
-
dear all i would like to create an application: i wanna use 2 options buttons to control 2 frames, when i click option1, the frame1 will be activitaed, otherwise frame2 will be activitated. thanks a lot how to control by 2 options' button. thanks
What part is confusing you ? What do you mean by 'frames' ? You would have event handlers for your buttons and these would activate/show your 'frames'
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
dear all i would like to create an application: i wanna use 2 options buttons to control 2 frames, when i click option1, the frame1 will be activitaed, otherwise frame2 will be activitated. thanks a lot how to control by 2 options' button. thanks
Button1_on click etc Frame1.show Button2_on click etc Frame2.show
------------------------------------ "I am always serious about what I do, not necessarily about how I do it." Tom Baker