how to create a toolbar button w/ cap.. |
Post Reply |
Author | |
vbuser
Newbie Joined: 22 January 2004 Status: Offline Points: 39 |
Post Options
Thanks(0)
Posted: 22 January 2004 at 2:26am |
The lack of documentation makes it difficult to figure out how to create a TOOLBAR with buttons that can show a CAPTION. Is there any more technical information on these controls?
thank you! |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
There is a lot of examples in the ToolKitPor/samples folder, please look them.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
vbuser
Newbie Joined: 22 January 2004 Status: Offline Points: 39 |
Post Options
Thanks(0)
|
I found NONE for Xtreme Suite ActiveX 8.6
|
|
Boyd
Senior Member Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
|
This code snippet is from the Office 2003 GUI Sample in the Common group of samples Dim ToolBar As CommandBar For some reason, the 'Style' property doesn't show up in the VB IDE as a property of the ICommandBarControl, but it is in the documentation. Hope this helps. |
|
vbuser
Newbie Joined: 22 January 2004 Status: Offline Points: 39 |
Post Options
Thanks(0)
|
Thank you for pointing this out - This is a perfect example of how you can WAIST time on simple things when there is NO helpfull documentation. I'm still going to browse some more to see how I can move the caption to the buttom of the button... After I spent some time browsing the "documentation" this is what I found about this STYLE property, is this a joke? treme CommandBars ActiveX Control module Style PropertyDescription Property type Syntax (Visual Basic) Public Property Style() As XTPButtonStyle See Also
|
|
Boyd
Senior Member Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
|
I don't think there is support for placing the caption below the button, but I could be wrong. Good luck. |
|
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 |