Re: Hiding the main MS Window Title Bar
- Posted by Mike <vulcan at win.co.nz> May 19, 2007
- 576 views
Judith Evans wrote: > > Andrew Katz wrote: > > > > I am interested to see if I can programmatically toggle the Title bar of a > > MS > > Windows application in order to maximize the space for my application. > > > > How is this done, if anyone here knows? > > > > Andy Katz > > B.S. Computer Science, 1978 > > Rensselaer Polytechnic Institute (RPI) > > You might be able to use Win32lib's removeStyle and addStyle. You could > addStyle > WS_POPUP, WS_THICKFRAME after removeStyle WS_MAXIMIZEBOX, WS_MINIMIZEBOX and > whatever else you need to remove. Then reverse to show the window normally > again. Why not just reposition the window so that the top left corner is just above & outside the screen corner? Mike