Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Loading CommandBars from an .xcb file
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Loading CommandBars from an .xcb file

 Post Reply Post Reply
Author
Message
lilian423 View Drop Down
Newbie
Newbie
Avatar

Joined: 14 January 2007
Location: Philippines
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote lilian423 Quote  Post ReplyReply Direct Link To This Post Topic: Loading CommandBars from an .xcb file
    Posted: 14 January 2007 at 10:35am
HElp! i followed the tutorial on codejock about adding custom command bar created with the Xtreme Command Bars Designer to my VS2005 appication.. this line supposed to load the .xcb file

CommandBars.LoadDesignerBars App.Path & "\visio.xcb"

an error occurs on App.Path? why is this so?

so i altered the code to this one

CommandBars.LoadDesignerBars()


result.. nothing appears on run time

help! i need this one for my thesis! please


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: 14 January 2007 at 11:04am
Hi,
better right click on control, choose Load xcb file. and in code add
CommandBars.LoadDesignerBars()
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
lilian423 View Drop Down
Newbie
Newbie
Avatar

Joined: 14 January 2007
Location: Philippines
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote lilian423 Quote  Post ReplyReply Direct Link To This Post Posted: 15 January 2007 at 7:57am
hi! thanks for the reply.
i've right clicked on control, loaded the xcb file. and added this line of code
CommandBars.LoadDesignerBars()

but still, nothing appears at run time im using VS2005.

thank you!
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.031 seconds.