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
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.