Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Open a CommandBarComboBox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Open a CommandBarComboBox

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

Joined: 30 December 2003
Location: Italy
Status: Offline
Points: 108
Post Options Post Options   Thanks (0) Thanks(0)   Quote flauzer Quote  Post ReplyReply Direct Link To This Post Topic: Open a CommandBarComboBox
    Posted: 28 November 2016 at 6:13am
Hi all,

there is a way to "open" a CommandBarComboBox cb with a

cb.DropDownListStyle property set to True ? ie programmatically.


Thanks.

Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 29 November 2016 at 6:28am
Hi,

Try this
cb.DroppedState = True
Back to Top
flauzer View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 December 2003
Location: Italy
Status: Offline
Points: 108
Post Options Post Options   Thanks (0) Thanks(0)   Quote flauzer Quote  Post ReplyReply Direct Link To This Post Posted: 29 November 2016 at 9:04am
Thanks man for your response. 

Unfortunatelly i use CommandBarComboBox not ComboBox, so that method does not exists.

I simply want to open it after user is typing something... 

The only way I found is send classic {F4} key, ie  SendKeys "{F4}"
but there are some problem (...), so here I am for ask.


Thx
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.