home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.ms-windows.programmer.misc:959 comp.windows.ms.programmer:7319
- Path: sparky!uunet!mcsun!i2unix!irst!dz
- From: dz@irst.UUCP (Massimo Dal Zotto)
- Newsgroups: comp.os.ms-windows.programmer.misc,comp.windows.ms.programmer
- Subject: hiding scrollbars when not needed
- Message-ID: <620@irst.UUCP>
- Date: 22 Jul 92 14:24:50 GMT
- Organization: I. R. S. T. , Trento - Italy
- Lines: 17
-
-
- I would like to know if it's possible to hide the scrollbars in a window,
- created with the style attributes WS_VSCROLL and WS_HSCROLL, when the
- entire document fits in the window so that scrolling is not needed.
- I know that I could create the scrollbar controls explicitly, but this
- requires also positioning and controlling them, so I would prefer to use
- the standard window scrollbars if possible.
- Thanks in advance.
-
- Massimo Dal Zotto
-
- +-----------------------------------------------------------------------------+
- | Massimo Dal Zotto dz@irst.it |
- | I.R.S.T. dz@irst.uucp |
- | Via alla cascata, Loc. Pante' di Povo tel: +39+461+814444 |
- | 38100 Trento - ITALY fax: +39+461+814340 |
- +-----------------------------------------------------------------------------+
-