English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm working on a Visual Basic 6 interface here at work that uses a traditional form menu built using the Menu Editor. One selection on the menu exposes a list of 3 items which the users can check and uncheck. That works. However, each time the user checks or unchecks a menu item the menu disappears. Is there a setting that will keep the menu displayed while the user checks and unchecks multiple menu items?

If not, I suppose the best alternate solution is to have one menu item that displays a dialog form with the three items listed as checkbox controls. The users can then work from that dialog form and close it when they are finished.

2006-08-04 09:46:02 · 1 answers · asked by blue_prince_of_dallas 2 in Computers & Internet Programming & Design

1 answers

No because the tradition combo box does not have a multi select property and the item selected is accessed by a ListIndex. The ListIndex is not an array so it can only have one value. See what you can do with a ListBox or what you suggested as the alternative.

Doing a search in Google Groups is a great source for code solutions as well.

2006-08-04 10:59:22 · answer #1 · answered by beeweev 3 · 0 1

fedest.com, questions and answers