Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am using the free windows forms ribbon control Version 3.5.6.1 page here in a vb.net application.

The form which i placed the ribbon control in is inherited from
VB
System.Windows.Forms.RibbonForm

* Form Properties are set as follows:
VB
Me.FormBorderStyle = Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.ControlBox = False

* Ribbon properties are set as follows:
VB
Ribbon1.BorderMode = RibbonWindowMode.NonClientAreaGlass

Ribbon1.MinimizeButton.Visible = False
Ribbon1.CloseButton.Visible = False
Ribbon1.MaximizeRestoreButton.Visible = False

Ribbon1.MinimizeButton.Enabled = False
Ribbon1.CloseButton.Enabled = False
Ribbon1.MaximizeRestoreButton.Enabled = False


Problem :
Still the form displays a minimize box maximize box and could be maximized minimized and resized !!!!!!!

Please help solve this issue.
Thanks a lot !
Posted
Updated 25-Apr-13 2:21am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900