Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ARRAY

Status
Not open for further replies.

nguyen12

Technical User
Sep 30, 2001
42
US
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.

Please help us to help you!

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top