Print Page | Close Window

No Min Max Close buttons in Commandbar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=16441
Printed Date: 06 October 2024 at 8:28am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: No Min Max Close buttons in Commandbar
Posted By: StefanNbg
Subject: No Min Max Close buttons in Commandbar
Date Posted: 14 March 2010 at 4:34am
Hi all
I have the following problem with my VFP Application. I got it to see the ribbonbar in my application but have no chance to see the min/max/close button. I tried it with setflags but no chance. Any Idea?




Replies:
Posted By: myrddinwylt
Date Posted: 24 May 2010 at 9:31pm
Did you every get this resolved. I am having the same problem with VB6

-------------
https://www.microvb.com" rel="nofollow - MicroVB INC


Posted By: Squale
Date Posted: 17 August 2010 at 4:11am
Nothing better for me... I have tried on a MDI child and no chance to make minimized button disappear.

Private Sub Form_Load()
Dim RibbonBar As RibbonBar

    Set RibbonBar = CommandBars1.AddRibbonBar("The Ribbon")
   
    With RibbonBar
        .EnableFrameTheme
        .SetFlags xtpFlagHideMinimizeBox, 0
        'Following 2 lines tried without succes
        '.RecalcLayout
        '.RedrawBar
    End With
    'Me.Height = 3240
End Sub


-------------
Product: Xtreme SuitePro (ActiveX) version 13.3.1
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net