Re: Hiding the main MS Window Title Bar
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> May 20, 2007
- 546 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. While I use Arwen instead of win32lib, you might be interested in routine F11() in edita.exw. Your job will be simplified if not getting rid of menus, toobar, tab bar, file panel, message area, and status bar, like I am. If it is full screen you want, rather than just reducing frills on a non-maximised window, it should at least prove that what you want is possible. Regards, Pete