Change the style of WinForm border?

前端 未结 4 1122

Is it possible to change the style of a WinForm border? I know that if the border is removed, it takes away the functionality to resize the program. Therefore is there a way

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-14 05:46

    I dont think there is a direct way to do this.

    But, you could set the form border style to None. And implement the resizing in your form(which I don't think its difficult)

提交回复
热议问题