We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

VB3 listbox progression

Last post 03-16-2008 9:28 AM by Casmaran. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 03-16-2008 9:28 AM

    • Casmaran
    • Not Ranked
    • Joined on 03-16-2008
    • United States
    • New Member
    • Points 5

    VB3 listbox progression

    I have a series of drop down combo boxes; basically 1 through 4 right now. The jist of what I am doing is the selection from the 1st box is removed from the later boxes 2 through 4.  Box 2's selection is removed from boxes 3 and 4 and so on. I have this script thus far:

    Box1_Click

          Box1.AddItem (Box.Text + "/" + Box2.Text)
          Box2.RemoveItem.Box2.ListIndex
    >    Box1.RemoveItem.Box3   I am getting a (TYPE MISMATCH) eror at this point
    >    Box1.RemoveItem.Box4
    End Sub 

       Box3 and Box4 are invisble until called visible  

     I have tried this code:

        Box1.RemoveItem.Box3.ListIndex        but same error

    Any help would be appreciated

    thank you  

    • Post Points: 5
Page 1 of 1 (1 items)