Creating Drop down lists (non combo boxes) in VB5 Toolbar 
Author Message
 Creating Drop down lists (non combo boxes) in VB5 Toolbar

If anyone can help I'd sure appreciate it...
how do I create a drop down list like in Word97 (the highlight function)
I would like the ability to click the icon and have a list appear that
enables me to choose from a variety of similar functions
thanks in advance
Fin



Mon, 03 Jul 2000 03:00:00 GMT  
 Creating Drop down lists (non combo boxes) in VB5 Toolbar



Quote:
>If anyone can help I'd sure appreciate it...
>how do I create a drop down list like in Word97 (the highlight function)
>I would like the ability to click the icon and have a list appear that
>enables me to choose from a variety of similar functions
>thanks in advance
>Finn

When the icon is clicked make a list box visible and position it under
the icon.  The list box can be added to the form at design time and
loaded with the values.


Thu, 06 Jul 2000 03:00:00 GMT  
 Creating Drop down lists (non combo boxes) in VB5 Toolbar

When the control is selected, go to the properties window, then goto
style, then select 'Simple' or something similar.

Peter Dey
Nemesis

http://cheaters-dungeon.home.ml.org



Quote:
>If anyone can help I'd sure appreciate it...
>how do I create a drop down list like in Word97 (the highlight function)
>I would like the ability to click the icon and have a list appear that
>enables me to choose from a variety of similar functions
>thanks in advance
>Fin



Thu, 06 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Drop Down List Box - Drop Down portion does not always disappear after Click event

2. Make Combo or list boxes drop down????

3. Modify the Width of the Drop Down List in a Combo Box

4. Combo box with Multiselect (drop down list with multiselect)

5. HELP: Combo Box Drop Down List Questin, Thanks in advance

6. Inserting data into combo box with style 2 - drop down list

7. Making Combo-List Box drop-down automatically

8. Drac's questions on drop down lists in combo boxes

9. how to drop down a combo box list (newbie)

10. Drop Down Combo box with smaller down arrow icon

11. Hiding combo box border and drop-down box

12. List box with embeded drop down boxes

 

 
Powered by phpBB® Forum Software