Hi. Does anyone know if you can make an array for the option button group, where you can select an option to do certain thing more than one time. THanks
You can do anything you want with an option button group. Are you thinking of of separate buttons for doing something, like display a picture and display all the pictures in a directory, or did you want a separate button titled 'multiple' or something like that, to have your action occur repeatedly if appropriate and possible? If the latter, two buttons engaged at once, you'll have to create a new class with two groups of option buttons in one container and code to coordinate them. Dave Dardinger
Can you give me an example of how to make a group option buttons repeat some action over and over again. I am trying to make my group button to display a form when the user click on the button. But i don't know how to write the code for. Thank you.
nguyen, you've asked this question many times now, and several of us have answered it as best we can. The only thing we get back from you is "it didn't work". If you post the code in your option button CLICK event, or maybe tell us exactly what happens when you try our suggestions, we might be able to help, but at this point I'm inclined to think there is something elsewhere in your program that is causing problems. Everything that has been suggested SHOULD work...I've tried each of them, and they work for me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.