home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!sgi!cdp!jeff
- From: Jeff Dean <jeff@igc.org>
- Newsgroups: comp.os.ms-windows.programmer.misc
- Date: 24 Jul 92 20:04 PDT
- Subject: Re: hiding scrollbars when not needed
- Sender: Notesfile to Usenet Gateway <notes@igc.org>
- Message-ID: <1668700009@igc.org>
- References: <620@irst.uucp>
- Nf-ID: #R:irst.uucp:620:cdp:1668700009:000:233
- Nf-From: cdp.UUCP!jeff Jul 24 20:04:00 1992
- Lines: 8
-
-
- You can hide scrollbars by using SetScrollRange: just set both the min
- and max values to zero. I suggest reading the documentation for this
- function; there are some other tidbits there you may find useful.
-
- Jeff Dean
- jeff@igc.org
-
-