[futurebasic] Re: Zoom Window without scrollbars...

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 1998 : Group Archive : Group : All Groups

From: Brian Victor <bhv11@...>
Date: Tue, 26 May 1998 17:49:45 -0400
>How do I build a normal window, with a close box, zoom box, no scroll bars
>and no "resize" block at the bottom right?

I think this what you're looking for:

_myZoomNoGrow   = 13

Use that constant for the window type (in place of _docNoGrow, etc.)

-- Brian Victor