How to make a window have taskbar text but no title bar

前端 未结 4 724
名媛妹妹
名媛妹妹 2020-12-06 06:52

How can I make my window not have a title bar but appear in the task bar with some descriptive text? If you set the Form\'s .Text property then .net gives it a title bar, wh

4条回答
  •  失恋的感觉
    2020-12-06 07:05

    Once you have removed the borders with the FormBorderStyle, as mentioned already, you can make it draggable fairly easily. I describe this at http://www.blackwasp.co.uk/DraggableBorderless.aspx.

提交回复
热议问题