home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1011 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  663 b 

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!sgi!cdp!jeff
  2. From: Jeff Dean <jeff@igc.org>
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Date: 24 Jul 92 20:04 PDT
  5. Subject: Re: hiding scrollbars when not needed
  6. Sender: Notesfile to Usenet Gateway <notes@igc.org>
  7. Message-ID: <1668700009@igc.org>
  8. References: <620@irst.uucp>
  9. Nf-ID: #R:irst.uucp:620:cdp:1668700009:000:233
  10. Nf-From: cdp.UUCP!jeff    Jul 24 20:04:00 1992
  11. Lines: 8
  12.  
  13.  
  14. You can hide scrollbars by using SetScrollRange: just set both the min
  15. and max values to zero.  I suggest reading the documentation for this
  16. function; there are some other tidbits there you may find useful.
  17.  
  18.     Jeff Dean
  19.     jeff@igc.org
  20.  
  21.