Advertisement

04.10.2008 at 03:47AM PDT, ID: 23311142
[x]
Attachment Details

With two separate menu items in a single list, how do I make only one checked and other unchecked?

Asked by eneate in Visual Basic Programming

Tags: visual basic

Hi

In a single menu I have two separate menu lists separated by a separator bar. They need tobe listed separatly but only one item from the two list is active at any one time. How do I set it so that only the property of one item is set to checked.

For a sionlge list I use

    For ldx = 0 To mnucalibrationvalues.count - 1
        mnucalibrationvalues(ldx).checked = False
    Next ldx
    mnucalibrationvalues(Index).checked = True

this works great, but I now have two mnu items that need to work togther but I can;t list them in the same list. Start Free Trial
[+][-]04.10.2008 at 04:09AM PDT, ID: 21323435

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.10.2008 at 04:48AM PDT, ID: 21323625

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.10.2008 at 04:54AM PDT, ID: 21323664

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Visual Basic Programming
Tags: visual basic
Sign Up Now!
Solution Provided By: robinu
Participating Experts: 1
Solution Grade: A
 
 
[+][-]04.10.2008 at 04:55AM PDT, ID: 21323668

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.10.2008 at 04:57AM PDT, ID: 21323683

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.10.2008 at 05:01AM PDT, ID: 21323714

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628