Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Notification Form

How can I create in C# a Windows Form without taskbar (where the minimize and maximize button are placed).

Thanks.

like image 200
Emanuel Avatar asked Mar 23 '26 05:03

Emanuel


1 Answers

That's called a Title bar.

Set the FormBorderStyle property to None.

like image 162
SLaks Avatar answered Mar 24 '26 17:03

SLaks



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!