One Question to the Shortcutbar Control |
Post Reply |
Author | |
finn
Groupie Joined: 11 February 2005 Location: Germany Status: Offline Points: 60 |
Post Options
Thanks(0)
Posted: 13 March 2005 at 5:33am |
Hello! I've got one question to the Shortcutbar control of the Xtreme Suite 9.51! I want, that one button (with the ID "Shortcutbar_browser") will be clicked automaticially, if the user clicked on the CommandButton with the name "cmdChangeSelection". I'm working with Visual Basic 6.0 Enterprise! Yours, Finn! |
|
ianp
Moderator Group Joined: 19 December 2003 Location: United Kingdom Status: Offline Points: 119 |
Post Options
Thanks(0)
|
In 9.6 you can use the following; scBar.Selected = scBar.Item(0) ' Select the item by the Index Number Or scBar.Selected = scBar.FindItem(23) ' Select the item by the ID number Sorry i can't remember what was available in 9.51 but I think the first option is! |
|
finn
Groupie Joined: 11 February 2005 Location: Germany Status: Offline Points: 60 |
Post Options
Thanks(0)
|
Thank you!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |