|
-
Oct 1st, 2001, 06:46 PM
#1
Thread Starter
Fanatic Member
Grouping menu item
How can I group menu item into a group so that only one can be selected at a time? (like the radio button)
Thanks.
-
Oct 1st, 2001, 06:54 PM
#2
Hyperactive Member
Easy,
just make a frame, you can make it have a boarder or not doesnt matter, then u have to draw controls into frame.
-
Oct 1st, 2001, 06:54 PM
#3
PowerPoster
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
-
Oct 1st, 2001, 06:58 PM
#4
Hyperactive Member
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
-
Oct 1st, 2001, 07:02 PM
#5
PowerPoster
Hi
Maybe i am mistaken but isnt he referring to menu items?? ie having one item checked and unchecking others?
-
Oct 1st, 2001, 07:13 PM
#6
Hyperactive Member
err read it wrong, yea, do like he said
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|