coolsb_src

所属分类:Windows编程
开发工具:Visual C++
文件大小:2609KB
下载次数:45
上传日期:2007-04-30 15:33:49
上 传 者MarkBoo
说明:  超级酷工具条,能实现鼠标移上图标时,图标变为彩色,在工具条的位置,能停摆几种 ... 将工具条和生成的输入框加入CReBar对象,集中显示在工具条区域
(Super Cool Tools of the mouse can survive icon, the icon into color, the tools of the position, Several can be stopped ... and the tools of production to the input box CReBar targets, show concentrated in the region of the tools)

文件列表:
coolsb_src\history.txt (609, 2002-11-10)
coolsb_src\coolsb\coolsb.dsp (3092, 2005-12-10)
coolsb_src\coolsb\coolsb.plg (868, 2005-12-18)
coolsb_src\coolsb\coolsblib.c (24096, 2002-11-10)
coolsb_src\coolsb\coolsblib.h (226, 2000-12-03)
coolsb_src\coolsb\coolsb_internal.h (2626, 2002-11-10)
coolsb_src\coolsb\coolscroll.c (84825, 2002-11-14)
coolsb_src\coolsb\coolscroll.h (6211, 2002-01-09)
coolsb_src\coolsb\userdefs.h (2999, 2001-12-06)
coolsb_src\coolsb\Debug (0, 2005-12-18)
coolsb_src\coolsb (0, 2005-12-18)
coolsb_src\coolsb_detours\coolsb_detours.c (5170, 2002-01-04)
coolsb_src\coolsb_detours\coolsb_detours.dsp (3057, 2001-12-06)
coolsb_src\coolsb_detours\coolsb_detours.h (237, 2002-01-04)
coolsb_src\coolsb_detours\detours.h (21252, 2001-07-27)
coolsb_src\coolsb_detours (0, 2005-12-18)
coolsb_src\coolsb_detourtest\detourtest.c (5609, 2002-11-10)
coolsb_src\coolsb_detourtest\detourtest.dsp (4112, 2002-11-10)
coolsb_src\coolsb_detourtest\detourtest.dsw (1226, 2001-12-06)
coolsb_src\coolsb_detourtest\detourtest.ncb (58368, 2005-12-10)
coolsb_src\coolsb_detourtest\detourtest.opt (64512, 2005-12-10)
coolsb_src\coolsb_detourtest\detourtest.rc (2765, 2002-11-08)
coolsb_src\coolsb_detourtest\resource.h (643, 2002-11-08)
coolsb_src\coolsb_detourtest\Debug (0, 2005-12-18)
coolsb_src\coolsb_detourtest (0, 2005-12-18)
coolsb_src\coolsb_mfctest\coolsb_mfctest.aps (28708, 2005-12-18)
coolsb_src\coolsb_mfctest\coolsb_mfctest.clw (2139, 2006-01-03)
coolsb_src\coolsb_mfctest\coolsb_mfctest.cpp (4259, 2001-12-06)
coolsb_src\coolsb_mfctest\coolsb_mfctest.dsp (4652, 2005-12-10)
coolsb_src\coolsb_mfctest\coolsb_mfctest.dsw (833, 2001-12-06)
coolsb_src\coolsb_mfctest\coolsb_mfctest.h (1444, 2001-12-06)
coolsb_src\coolsb_mfctest\coolsb_mfctest.ncb (107520, 2006-01-03)
coolsb_src\coolsb_mfctest\coolsb_mfctest.plg (2387, 2005-12-18)
coolsb_src\coolsb_mfctest\coolsb_mfctest.rc (11067, 2001-12-06)
coolsb_src\coolsb_mfctest\coolsb_mfctestDoc.cpp (1902, 2001-12-06)
coolsb_src\coolsb_mfctest\coolsb_mfctestDoc.h (1563, 2001-12-06)
coolsb_src\coolsb_mfctest\coolsb_mfctestView.h (2153, 2005-12-10)
coolsb_src\coolsb_mfctest\MainFrm.cpp (2059, 2001-12-07)
... ...

Cool Scrollbar Library Version 1.2 Copyright (c) J Brown 2001-2002 -------------------------------------------------------- The Cool Scrollbar Library provides the ability to customise the appearance of the standard scrollbars in a window. You can insert buttons, modify the appearance of the scrollbars and resize the scrollbars. This library is freeware, however, you may not publish this code elsewhere or charge any money for it. This code is supplied as-is. I make no guarantees about the suitability of this code - use at your own risk. Please read the main article text thoroughly before compiling and executing any of these projects. The contents of this package is split into several directories, each of which contains a collection of source files. coolsb The Cool Scrollbar Library -------------------------------------------------------- coolscroll.c - main implementation coolsblib.c - the actual scrollbar API coolscroll.h - main include file. You should include just this file. coolsb_internal.h - private include file for the library userdefs.h - alter the #defines to control the library features coolsb.dsp - visual studio 6.0 project for the library coolsb_detours The Detours addon library (supports ALL windows) -------------------------------------------------------- coolsb_detours.c - main implementation coolsb_detours.h - main include file. You should include this file. detours.h - Main header for the detours library * detours.lib * - You must obtain this file from research.microsoft.com/sn/detours ReadMe.txt - Readme file for the coolsb_detours library coolsb_detours.dsp - coolsb_test Win32 Test application for the Cool Scrollbar library -------------------------------------------------------- coolsb_test.c - Win32 test application which demonstrates the library testcustdraw.c - example of how to custom-draw the scrollbars testlib.c - helper routines for coolsb_test.c script.rc - resource file for the demo app resource.h - resource header file skin01.bmp - the main skin for the custom draw effect bitmap1.bmp - small bitmap for inserted buttons coolsb_test.dsp - demo project coolsb_test.dsw - demo workspace coolsb_detourtest Win32 coolsb_detours test -------------------------------------------------------- detourtest.c - main implementation detourtest.dsp - demo project detourtest.dsw - demo workspace detourtest.rc - resource file resource.h - resource header coolsb_mfctest MFC Test application for the Cool Scrollbar library -------------------------------------------------------- * lots of MFC files * Visit my web-page for other win32 software! www.catch22.uk.net Have fun! James

近期下载者

相关文件


收藏者