Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - commandbar combobox dropdown
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

commandbar combobox dropdown

 Post Reply Post Reply
Author
Message
gaudetm View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 September 2006
Location: Canada
Status: Offline
Points: 134
Post Options Post Options   Thanks (0) Thanks(0)   Quote gaudetm Quote  Post ReplyReply Direct Link To This Post Topic: commandbar combobox dropdown
    Posted: 06 August 2007 at 11:53am
Is it possible to do the same as standard combobox in commandbars combobox in the event dropdown I eat the windows message to display the listbox and replace it with the datepicker control just ike in your date time picker sample code, but can I use the combobox from the commandbars in a toolbar or in a ribbon to do the same but with support for the theme?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 07 August 2007 at 12:40am
Hi,
 
Check VB\DynamicPopups\DynamicPopups.vbp  - it has button that show form. same way for combobox:
 
       Dim Combo As CommandBarComboBox
        Set Combo = .Add(xtpControlComboBox, ID_TOOLS_UNDO_COMBO, "Undo Combo")
        Set Combo.CommandBar = CommandBars.Add("Form", xtpBarPopup)
        Combo.CommandBar.SetPopupToolBar True
        Combo.CommandBar.Title = "Form"
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
gaudetm View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 September 2006
Location: Canada
Status: Offline
Points: 134
Post Options Post Options   Thanks (0) Thanks(0)   Quote gaudetm Quote  Post ReplyReply Direct Link To This Post Posted: 07 August 2007 at 2:12pm
Thanks
Back to Top
TeddyHorse View Drop Down
Newbie
Newbie


Joined: 26 December 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote TeddyHorse Quote  Post ReplyReply Direct Link To This Post Posted: 26 December 2007 at 1:39am
This is nice.
But how to do it under vb.net? VB6 samples cannot be converted to .net.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.