I want to build a form which don't have a title bar, but move it, resize it, minimize, normalize and maximize it. I make forms border style none, applied my codes to move and resize it. But saw that can not make it minimize by setting WindowState.Minimized, it just sets size like 120, 30 and location is near to bottom left of screen. How can i minimize a form with a border style none ?
Also i want my form to be controlled from task bar but formborderstyle.none does not permit this. Is there a way to use this form from taskbar just like a form with borderstyle Sizable?
Thanks a lot ?