Click here to Skip to main content
15,884,099 members
Articles / Desktop Programming / MFC

XScrollBar - Scroll bar like Windows Media Player's

Rate me:
Please Sign up or sign in to vote.
4.90/5 (85 votes)
2 Sep 2008CPOL7 min read 202.8K   4.7K   150  
XScrollBar is a scroll bar that may be displayed with optional thumb color, thumb gripper, and channel color
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by XScrollBarTest.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_XSCROLLBARTEST_DIALOG       102
#define IDD_HORIZONTAL                  103
#define IDD_VERTICAL                    104
#define IDS_ONLINE_HELP                 105
#define IDS_MAILTO                      106
#define IDR_MAINFRAME                   128
#define IDB_HORIZONTAL_SCROLLBAR_LEFTARROW 201
#define IDB_HORIZONTAL_SCROLLBAR_RIGHTARROW 202
#define IDB_HORIZONTAL_SCROLLBAR_CHANNEL 203
#define IDB_HORIZONTAL_SCROLLBAR_THUMB  204
#define IDB_HORIZONTAL_SCROLLBAR_THUMB_NO_COLOR 205
#define IDB_VERTICAL_SCROLLBAR_UPARROW  206
#define IDB_VERTICAL_SCROLLBAR_DOWNARROW 207
#define IDB_VERTICAL_SCROLLBAR_CHANNEL  208
#define IDB_VERTICAL_SCROLLBAR_THUMB    209
#define IDB_VERTICAL_SCROLLBAR_THUMB_NO_COLOR 210
#define IDC_SAMPLE_HORZ                 1001
#define IDC_THUMB_COLOR_HORZ            1002
#define IDC_THUMB_GRIPPER_HORZ          1003
#define IDC_CHANNEL_COLOR_HORZ          1004
#define IDC_SCROLL1_RECT_HORZ           1005
#define IDC_SCROLL1_HORZ                1006
#define IDC_SCROLL2_RECT_HORZ           1007
#define IDC_SCROLL2_HORZ                1008
#define IDC_SCROLL3_RECT_HORZ           1009
#define IDC_SCROLL3_HORZ                1010
#define IDC_SCROLL4_RECT_HORZ           1011
#define IDC_SCROLL4_HORZ                1012
#define IDC_SCROLL5_RECT_HORZ           1013
#define IDC_SCROLL5_HORZ                1014
#define IDC_RED_HORZ                    1015
#define IDC_GREEN_HORZ                  1016
#define IDC_BLUE_HORZ                   1017
#define IDC_SATURATION_HORZ             1018
#define IDC_LUMINANCE_HORZ              1019
#define IDC_SAMPLE_VERT                 1101
#define IDC_THUMB_COLOR_VERT            1102
#define IDC_THUMB_GRIPPER_VERT          1103
#define IDC_CHANNEL_COLOR_VERT          1104
#define IDC_SCROLL1_RECT_VERT           1105
#define IDC_SCROLL1_VERT                1106
#define IDC_SCROLL2_RECT_VERT           1107
#define IDC_SCROLL2_VERT                1108
#define IDC_SCROLL3_RECT_VERT           1109
#define IDC_SCROLL3_VERT                1110
#define IDC_SCROLL4_RECT_VERT           1111
#define IDC_SCROLL4_VERT                1112
#define IDC_SCROLL5_RECT_VERT           1113
#define IDC_SCROLL5_VERT                1114
#define IDC_RED_VERT                    1115
#define IDC_GREEN_VERT                  1116
#define IDC_BLUE_VERT                   1117
#define IDC_SATURATION_VERT             1118
#define IDC_LUMINANCE_VERT              1119
#define IDC_BUTTON_HORZ                 2000
#define IDC_BUTTON_VERT                 2001
#define IDC_ABOUT_EMAIL                 2002
#define IDC_ONLINE_HELP                 2003
#define IDC_HANS                        2004

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         2005
#define _APS_NEXT_SYMED_VALUE           107
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Hans Dietrich Software
United States United States
I attended St. Michael's College of the University of Toronto, with the intention of becoming a priest. A friend in the University's Computer Science Department got me interested in programming, and I have been hooked ever since.

Recently, I have moved to Los Angeles where I am doing consulting and development work.

For consulting and custom software development, please see www.hdsoft.org.






Comments and Discussions