Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Problem with Label in Toolbar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem with Label in Toolbar

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


Joined: 21 April 2011
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote StefanM Quote  Post ReplyReply Direct Link To This Post Topic: Problem with Label in Toolbar
    Posted: 05 July 2011 at 4:10am
Hello NG,
 
i got a problem with some labels in a toolbar
 
The Toolbar is created with following Code
  Set Toolbar = pAB.Add("Mandanten", xtpBarTop)
  Toolbar.BarID = MenuMandantendatenbank
  Toolbar.Customizable = False
  Toolbar.CustomizeDialogPresent = False
  Toolbar.ShowExpandButton = False
  Toolbar.EnableDocking (xtpFlagAlignTop + xtpFlagStretched)
  Toolbar.ShowGripper = False
 
Next to the controls i add a label with a width of 300 and the following flags
xtpFlagControlStretched + xtpFlagNoMovable
 
How can i prevent that the label is drawn over the buttons when i resize the form?
 
Thanks in advance for your help!
Stefan
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.172 seconds.