List box within List box 
Author Message
 List box within List box

In a combo box control, if I select an item from the
list box portion of the control, how to pop up
another listbox within the first one ?

Like on Win95 screen, click start, select settings,
we will be able to see a second list box. Can this be
done by combo box in VB5 ?

Thanks

Phil



Mon, 18 Sep 2000 03:00:00 GMT  
 List box within List box

It seems to me as if the Start Menu, Settings, etc. are actually forms, not
list boxes.  Therefore, you can't compare what you want to the Start Menu.
As far as the possibility with combo boxes, I'm not sure.  But you may want
to use forms.

There's my (un)expert opinion, hope this helps.

George

Quote:

>In a combo box control, if I select an item from the
>list box portion of the control, how to pop up
>another listbox within the first one ?

>Like on Win95 screen, click start, select settings,
>we will be able to see a second list box. Can this be
>done by combo box in VB5 ?

>Thanks

>Phil



Mon, 18 Sep 2000 03:00:00 GMT  
 List box within List box

Hang on, does the name MENU ring a bell?  Well how about the event MouseUp?
 Have a MouseUp perform a ME.POPUPMENU at X,Y and I think this may be
similar to what you are asking.
--
Karl Westberg, MCPS



Quote:
> It seems to me as if the Start Menu, Settings, etc. are actually forms,
not
> list boxes.  Therefore, you can't compare what you want to the Start
Menu.
> As far as the possibility with combo boxes, I'm not sure.  But you may
want
> to use forms.

> There's my (un)expert opinion, hope this helps.

> George


> >In a combo box control, if I select an item from the
> >list box portion of the control, how to pop up
> >another listbox within the first one ?

> >Like on Win95 screen, click start, select settings,
> >we will be able to see a second list box. Can this be
> >done by combo box in VB5 ?

> >Thanks

> >Phil



Wed, 20 Sep 2000 03:00:00 GMT  
 List box within List box

No need to be sarcastic, I two was a learner once and if I hadn't ask some
stupid questions now and then, I wouldn't be as skilled as I am now.

Quote:

>Hang on, does the name MENU ring a bell?  Well how about the event MouseUp?
> Have a MouseUp perform a ME.POPUPMENU at X,Y and I think this may be
>similar to what you are asking.
>--
>Karl Westberg, MCPS



>> It seems to me as if the Start Menu, Settings, etc. are actually forms,
>not
>> list boxes.  Therefore, you can't compare what you want to the Start
>Menu.
>> As far as the possibility with combo boxes, I'm not sure.  But you may
>want
>> to use forms.

>> There's my (un)expert opinion, hope this helps.

>> George


>> >In a combo box control, if I select an item from the
>> >list box portion of the control, how to pop up
>> >another listbox within the first one ?

>> >Like on Win95 screen, click start, select settings,
>> >we will be able to see a second list box. Can this be
>> >done by combo box in VB5 ?

>> >Thanks

>> >Phil



Sun, 24 Sep 2000 03:00:00 GMT  
 List box within List box

I wasn't being sarcastic.  I was trying to add a little humor but obviously
I have offended you, and perhaps some others.  This is the danger of
writing anything an hence probably where the idea for an emoticon came
from.  Inserting a little =) in your text lets people know that you are not
trying to be a jerk but rather a help.

--
Karl Westberg, MCPS



Quote:
> No need to be sarcastic, I two was a learner once and if I hadn't ask
some
> stupid questions now and then, I wouldn't be as skilled as I am now.




Quote:
> >Hang on, does the name MENU ring a bell?  Well how about the event
MouseUp?
> > Have a MouseUp perform a ME.POPUPMENU at X,Y and I think this may be
> >similar to what you are asking.
> >--
> >Karl Westberg, MCPS


article

> >> It seems to me as if the Start Menu, Settings, etc. are actually
forms,
> >not
> >> list boxes.  Therefore, you can't compare what you want to the Start
> >Menu.
> >> As far as the possibility with combo boxes, I'm not sure.  But you may
> >want
> >> to use forms.

> >> There's my (un)expert opinion, hope this helps.

> >> George


> >> >In a combo box control, if I select an item from the
> >> >list box portion of the control, how to pop up
> >> >another listbox within the first one ?

> >> >Like on Win95 screen, click start, select settings,
> >> >we will be able to see a second list box. Can this be
> >> >done by combo box in VB5 ?

> >> >Thanks

> >> >Phil



Wed, 27 Sep 2000 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. List box within List box

2. List box within List box

3. How to list macro names in a combo box or a list box

4. Help wanted with file list boxes and list boxes

5. VB List Box Versus Access List Box

6. Q: List Box to List Box Code

7. dialog box with list box or combo box

8. Limiting Access to Text Boxes, List Boxes and Combo Boxes

9. List box within a word document

10. List Box within a word document

11. Drag and Drop on Individual items within list boxes

12. List box populated from datasource within datagrid.

 

 
Powered by phpBB® Forum Software