CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Singapore
    Posts
    33

    Checking and unChecking group of menu items

    Hi,

    I have a group of menu items which I need to check and uncheck. There are a total of seven menu items and I only want one to be check at any one time.

    Is there any easy way to do this or do I have to provide a handler to check each item when click and uncheck the rest of the menu items??

    Thanks,
    Steve Chia


  2. #2
    Join Date
    May 1999
    Posts
    318

    Re: Checking and unChecking group of menu items

    I think you have to check manually your menu items. Sorry.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured