Hey, I was wondering if there is a way to remove the top of a title bar without removing the bottom;
What I mean by this is that it gets rid of the bar at the top with the _ [] X button doesn't remove the taskbar (where your running applications appear). I was previously using
So I want to know if there is a function / way to remove the title bar but keep the taskbar (I'm using Windows 7 if that helps with the taskbar bit?)
Thanks in advanced, all comments appreciated.
~Lukee9
What I mean by this is that it gets rid of the bar at the top with the _ [] X button doesn't remove the taskbar (where your running applications appear). I was previously using
Me.MainForm.FormBorderStyle = FormBorderStyle.Nonebut that got rid of the taskbar, so I tried
Me.MainForm.ControlBox = Falseinstead and change the title of the form to a space (as putting the title as nothing gave me the same result as the formborderstyle function).
So I want to know if there is a function / way to remove the title bar but keep the taskbar (I'm using Windows 7 if that helps with the taskbar bit?)
Thanks in advanced, all comments appreciated.
~Lukee9