Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by camerongtaylor

  1. camerongtaylor

    Linking two listboxes

    Can anyone tell me whats wrong with my code? First List box: Rem Initialize List Box ListBox.ResetContent() Rem Add Strings here as needed ListBox.AddString("Cast-in") ListBox.AddString("Post-installed") Rem Initialize Selection If desired ListBox.CurSel = 0 Sub ListBoxEvent_Start() End Sub...

Part and Inventory Search

Back
Top