How can I group menu item into a group so that only one can be selected at a time? (like the radio button)
Thanks.
Printable View
How can I group menu item into a group so that only one can be selected at a time? (like the radio button)
Thanks.
Easy,
just make a frame, you can make it have a boarder or not doesnt matter, then u have to draw controls into frame.
Hi
Is easy to do just in code. Each time a menu item is clicked u set the .Checked property and uncheck the other menu items in the designated 'grouping'.
Regards
Stuart
well for radio buttons, if you put them in the frame it automaticly groups them, but if you want to do it with checkboxes, then u would have to set the other checkboxes "checked" property to false or 0
Hi
Maybe i am mistaken but isnt he referring to menu items?? ie having one item checked and unchecking others?
err read it wrong, yea, do like he said