Readme.txt
上传用户:xhri001
上传日期:2022-07-04
资源大小:99k
文件大小:3k
源码类别:

界面编程

开发平台:

Visual C++

  1. Cool Scrollbar Library
  2. Version 1.2
  3. Copyright (c) J Brown 2001-2002
  4. --------------------------------------------------------
  5. The Cool Scrollbar Library provides the ability to 
  6. customise the appearance of the standard scrollbars in 
  7. a window. You can insert buttons, modify the appearance
  8. of the scrollbars and resize the scrollbars.
  9. This library is freeware, however, you may not publish
  10. this code elsewhere or charge any money for it. This code
  11. is supplied as-is. I make no guarantees about the suitability
  12. of this code - use at your own risk.
  13. Please read the main article text thoroughly before
  14. compiling and executing any of these projects.
  15. The contents of this package is split into several directories,
  16. each of which contains a collection of source files.
  17. coolsb                The Cool Scrollbar Library
  18. --------------------------------------------------------
  19. coolscroll.c        - main implementation
  20. coolsblib.c         - the actual scrollbar API
  21. coolscroll.h        - main include file. You should include just this file.
  22. coolsb_internal.h   - private include file for the library
  23. userdefs.h          - alter the #defines to control the library features
  24. coolsb.dsp          - visual studio 6.0 project for the library
  25. coolsb_detours        The Detours addon library (supports ALL windows)
  26. --------------------------------------------------------
  27. coolsb_detours.c    - main implementation
  28. coolsb_detours.h    - main include file. You should include this file.
  29. detours.h           - Main header for the detours library
  30. * detours.lib *     - You must obtain this file from research.microsoft.com/sn/detours
  31. ReadMe.txt          - Readme file for the coolsb_detours library
  32. coolsb_detours.dsp  - 
  33. coolsb_test           Win32 Test application for the Cool Scrollbar library
  34. --------------------------------------------------------
  35. coolsb_test.c       - Win32 test application which demonstrates the library
  36. testcustdraw.c      - example of how to custom-draw the scrollbars
  37. testlib.c           - helper routines for coolsb_test.c
  38. script.rc           - resource file for the demo app
  39. resource.h          - resource header file
  40. skin01.bmp          - the main skin for the custom draw effect
  41. bitmap1.bmp         - small bitmap for inserted buttons
  42. coolsb_test.dsp     - demo project
  43. coolsb_test.dsw     - demo workspace
  44. coolsb_detourtest     Win32 coolsb_detours test
  45. --------------------------------------------------------
  46. detourtest.c        - main implementation
  47. detourtest.dsp      - demo project
  48. detourtest.dsw      - demo workspace
  49. detourtest.rc       - resource file
  50. resource.h          - resource header
  51. coolsb_mfctest        MFC Test application for the Cool Scrollbar library
  52. --------------------------------------------------------
  53. * lots of MFC files *
  54. Visit my web-page for other win32 software!
  55. www.catch22.uk.net
  56. Have fun!
  57. James