Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Combobox Items Not Displaying
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Combobox Items Not Displaying

 Post Reply Post Reply
Author
Message
jcollier View Drop Down
Senior Member
Senior Member


Joined: 15 February 2006
Status: Offline
Points: 250
Post Options Post Options   Thanks (0) Thanks(0)   Quote jcollier Quote  Post ReplyReply Direct Link To This Post Topic: Combobox Items Not Displaying
    Posted: 13 October 2006 at 5:53pm
Using the following code can anyone tell me why, when I click the combo on the CommandBar, nothing appears?  It just kinda flickers and nothing else happens.

Dim Control As CommandBarControl
Dim FormatBar As CommandBar

Set FormatBar = CommandBars.Add("Format", xtpBarTop)
CommandBars.ActiveMenuBar.Visible = False

With FormatBar.Controls
    Set Control = .Add(xtpControlComboBox, 1, "Font")
    Control.Width = 140
    Control.DropDownListStyle = True
    Control.AddItem "Tahoma"
    Control.AddItem "Arial"
    Control.AddItem "Times New Roman"
End With

Back to Top
jcollier View Drop Down
Senior Member
Senior Member


Joined: 15 February 2006
Status: Offline
Points: 250
Post Options Post Options   Thanks (0) Thanks(0)   Quote jcollier Quote  Post ReplyReply Direct Link To This Post Posted: 16 October 2006 at 1:34pm
Seems to work if I take out the .DropDownListStyle line.  Not sure why but it works.
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Posted: 16 October 2006 at 3:30pm
Did you try to put .DropDownListStyle before adding entries ?
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.047 seconds.