Path: news.cs.au.dk!not-for-mail From: Flemming Gram Christensen Newsgroups: comp.lang.beta Subject: Re: Windows without titlebars in Windows? Date: Fri, 21 May 1999 10:59:29 +0200 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 44 Message-ID: <37452071.577@mjolner.dk> References: <19990521081141.17859.qmail@noatun.mjolner.dk> NNTP-Posting-Host: sleipner.mjolner.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: xinwen.cs.au.dk 927277170 3441356 255.255.255.255 (21 May 1999 08:59:30 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 21 May 1999 08:59:30 GMT X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.6 sun4m) Xref: news.cs.au.dk comp.lang.beta:11955 Sascha Kimmel wrote: > > Hello! > > This time I've again a question about windows (under Windows 95/98/NT). > How can I generate windows which have not titlebar? If I generate a > simple window e.g. > > myWin:@window > (# > open::(# > do > (200,100)->size; > #); > > #); > > it automatically gets a titlebar which shows me the title I gave it or > (in this example) "myWin". > Is it possible to hide this title bar? It is not directly possible to remove the titlebar. But one can use window.type to specify certain behaviors. It is also possible to make new windowtypes by changing the code for windowCreate in guienv/private/winnt/windowbody.bet It makes use of standard Windows Calls to make windows. /gram > > Thanks in advance for your answers. > > Regards, > Sascha Kimmel > kimmel@tricos.com -- /Flemming Gram Christensen ------------------------------------------------------------------------ Mjolner Informatics ApS Phone: +45 86 20 20 00 Science Park Aarhus Fax: +45 86 20 12 22 Gustav Wieds Vej 10 DK-8000 Aarhus C Denmark E-mail: gram@mjolner.dk ------------------------------------------------------------------------