Easy question (radiobutton menuitems)

RupertMacNamara

New member
Joined
May 5, 2006
Messages
1
Programming Experience
5-10
Hey, so I've just picked up visual studio 2005 and am trying to find my way around it. Here is my problem. It's simple.

I have a menu with say, 8 items in it. I want the user to select one in the menu. Only one can be selected at a time so I want the others to be unchecked. I see this happen in regular applications all the time but I can't find out where to do it here.

I could put a command_click for every one and then just uncheck everything else but that's inefficient. There has to be a better way. I would be so happy if someone knew this.

Thanks
 
elaborate

You want them other items to be disabled when an item is clicked ? or you want ohter items not to be opened when an item is selected? Just let me know this.
 
Back
Top