Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Jonathan Finger
|
Oct 27, 2010 - 8:52 AM
|
I can’t seem to disable the ControlBox on a form that has the FormFrameSkinner object attached to it.
|
|
Christopher Herrington
|
Oct 27, 2010 - 12:44 PM
|
By the way click on the right edge of the form in the designer to gain access to form proeprties and not the ribbon properties. Do not try clicking the top of the form in the designer it will only select the ribbon properties. :)
|
|
Christopher Herrington
|
Oct 27, 2010 - 12:42 PM
|
If you want to make the controlbox dissapear then you need to go to your form properties find ControlBox and make it false. If you want to disable the minimizebox or maimizebox then make those false as well on the form. It works great with version 3.6, 3.7 and 3.8 beta. Chris
|
|
Jonathan Finger
|
Oct 27, 2010 - 2:30 PM
|
I have tested this and it doesn’t work. Here is how to reproduce. - Start a new Windows Forms project
- Set the ControlBox property to False
- Delete any text in the Text property
- The ControlBox will disappear
- Drag a FormFrameSkinner onto the form
- The ControlBox will reappear
|
|
Jonathan Finger
|
Oct 27, 2010 - 3:22 PM
|
The issue may be moot. I am starting to think there is no point in using the FormFrameSkinner on a form with no ControlBox.
|
|