.xcb file in vb6 |
Post Reply |
Author | |
_ALIMS_
Newbie Joined: 17 October 2011 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 19 October 2011 at 9:18am |
hi guyzz i have made a ribbon bar using designer now the file is in .xcb format... pls tell me how can i apply ribbon bar to visual basic 6 form??? THANKS in ADVANCE. |
|
ruschmeier@truncad.d
Groupie Joined: 12 January 2012 Location: Germany Status: Offline Points: 17 |
Post Options
Thanks(0)
|
Hi there,
nice to see, that someone is using VB6 and the designer. You probably found a solution by now, but may be it will help someone else to get an answer here. CommandBarsGlobalSettings.App = App Korpus.CommandBars.LoadDesignerBars App.path & "\xxx.xcb" Will load a Designer Ribbonbar. (where xxx.xcb is the name of the file exported from the designer.) To be able to use all the IDs you set up the Designer can create a Ressource.bas file where all the IDs are stored as constants. (Use the Menu in the Designer "CommandBars->Resource Symbols... and export it. Then import it into your project.) Regards, Frank
|
|
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 |