No Min Max Close buttons in Commandbar |
Post Reply |
Author | |
StefanNbg
Groupie Joined: 16 July 2009 Status: Offline Points: 12 |
Post Options
Thanks(0)
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? |
|
myrddinwylt
Newbie Joined: 24 May 2010 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Did you every get this resolved. I am having the same problem with VB6
|
|
Squale
Groupie Joined: 29 April 2009 Status: Offline Points: 25 |
Post Options
Thanks(0)
|
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 |
|
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 |