This is a screen shot from GIMP:
There's a regular window header on the left and a smaller, more compact window type on the right. It's something I see from time to time in programs. How can I create such a window in C#?
Use the property of your Form
object FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
(also SizableToolWindow
if you want the user to be able to resize the form).
Look at the properties of Form in properties window, There is property named Style or Sth like that is a dropdown that you can choose between normal windows, dialog and ...
UPDATE: FormBorderStyle and it's values
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With