Drop down on Toolbar control 
Author Message
 Drop down on Toolbar control

Dear All,
     how can i place a drop down over the toolbar control ?,

Best regards,
Mohamed Zaki



Sun, 27 Feb 2005 20:50:52 GMT  
 Drop down on Toolbar control
Very simple
Dim Menu As New Windows.Forms.ContextMenu()

Menu.MergeMenu(MapsMenu)

mToolBar_Maps.DropDownMenu = Menu

--
Best Regards,

Ido Even-Ziv
R&D Division
Galdor Systems LTD.

Tel: 972-8-9322-950
Fax: 972-8-9422-402
Mobile: 972-67-480-789

Quote:
> Dear All,
>      how can i place a drop down over the toolbar control ?,

> Best regards,
> Mohamed Zaki



Sun, 27 Feb 2005 21:31:35 GMT  
 Drop down on Toolbar control
I forgot something hehe

MapsMenu is a simple MenuItem object wich content other MenuItems ie

Dim Menu as New Windows.Forms.MenuItem("Sample")
Menu.Items.Add(New Windows.Forms.MenuItem)

I passed my own code and forgot to change it ;)

--
Best Regards,

Ido Even-Ziv
R&D Division
Galdor Systems LTD.

Tel: 972-8-9322-950
Fax: 972-8-9422-402
Mobile: 972-67-480-789

Quote:
> Dear All,
>      how can i place a drop down over the toolbar control ?,

> Best regards,
> Mohamed Zaki



Sun, 27 Feb 2005 21:35:38 GMT  
 Drop down on Toolbar control
Dear Ido,
    Thank you but i think i didn't explain it well, i mean i wanna add a
combo box on the tool bar like the font combo on word ...,

Again thank you for you response

Best regards,
Mohamed Zaki


Quote:
> I forgot something hehe

> MapsMenu is a simple MenuItem object wich content other MenuItems ie

> Dim Menu as New Windows.Forms.MenuItem("Sample")
> Menu.Items.Add(New Windows.Forms.MenuItem)

> I passed my own code and forgot to change it ;)

> --
> Best Regards,

> Ido Even-Ziv
> R&D Division
> Galdor Systems LTD.

> Tel: 972-8-9322-950
> Fax: 972-8-9422-402
> Mobile: 972-67-480-789


> > Dear All,
> >      how can i place a drop down over the toolbar control ?,

> > Best regards,
> > Mohamed Zaki



Mon, 28 Feb 2005 17:05:23 GMT  
 
 [ 4 post ] 

 Relevant Pages 

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

2. Press F1 key while drop-down menu item highlighted, drop-down menu stays on top

3. Data bound drops downs dont drop down!

4. VBA code to go to a bookmarked drop down goes to wrong drop down

5. Drop Down List in Toolbar

6. Creating Drop down lists (non combo boxes) in VB5 Toolbar

7. drop-down toolbar button

8. Drop down box on toolbar

9. Toolbar and drop down buttons in VB 6.0

10. Drop-Down Toolbar buttons

11. combo/drop down control in a Grid Control?

12. drop down box and down arrow key

 

 
Powered by phpBB® Forum Software