Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - how to visual the commandbar created by designer
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

how to visual the commandbar created by designer

 Post Reply Post Reply
Author
Message
feifeima2008 View Drop Down
Newbie
Newbie


Joined: 16 January 2008
Location: United Kingdom
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote feifeima2008 Quote  Post ReplyReply Direct Link To This Post Topic: how to visual the commandbar created by designer
    Posted: 09 October 2009 at 10:22am
   how to show the commandbar created by designer at MDI APP ,
At the designersample :
    sub form_load ()
                 CommandBars.LoadDesignerBars
                CommandBars.LoadCommandBars "Codejock Software ActiveX Demos", App.Title, "Layout"
    end sub
   
      CommandBars.LoadDesignerBars
     the app load the commandbar created by commadbar designer , but at Mdi App :
    sub MDIForm_load ()
                 CommandBars.LoadDesignerBars
                CommandBars.LoadCommandBars "Codejock Software ActiveX Demos", App.Title, "Layout"
    end sub
   
   it didn't work ,why??
   If it didn't work at MDI App,  it should be announced at your User’s Guide?
 
  
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 October 2009 at 10:56am
It works, try to comment out LoadCommandBars line, maybe something in registry messing it up.
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.