Click here to Skip to main content
16,004,887 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Clearing Disk Cache Pin
GBO19-May-00 1:45
GBO19-May-00 1:45 
GeneralMSHFlexGrid Pin
Valentin Rozescu18-May-00 4:25
Valentin Rozescu18-May-00 4:25 
QuestionHow do i Convert RGB to 8 bits DIB..? Pin
tomer18-May-00 3:07
tomer18-May-00 3:07 
AnswerRe: How do i Convert RGB to 8 bits DIB..? Pin
Chris Losinger18-May-00 8:19
professionalChris Losinger18-May-00 8:19 
GeneralColoring the PropertySheet Pin
Goran Dodig18-May-00 3:06
Goran Dodig18-May-00 3:06 
GeneralRe: Coloring the PropertySheet Pin
Kurt19-May-00 3:08
Kurt19-May-00 3:08 
GeneralSlider background Pin
Øyvind Bratland18-May-00 2:46
sussØyvind Bratland18-May-00 2:46 
GeneralRe: Slider background Pin
Buck18-May-00 4:01
Buck18-May-00 4:01 
Hi
1. Add a Slider to your App
2. Add a New Class with Class Wizard derived from CSliderCtrl
3. Again with the class Wizard and A member variable for
your control mapping it to your NewSlider Class

4 Edit your New Slider Class 's OnPaint function
To Change The ThumbRect, SliderChannel, Background etc,

5, Add a KillFocus function and Add
Invalidate(TRUE);

You can change the shape, color and size of the thumbrect as it moves along the slider, or you can make the sliderchannel pulse with movement
Or you could animate the thumb control when clicked by the mouse
The options are only limited by the aesthetics

Regardz

QuestionArp question? Pin
Marcellus Felisbret18-May-00 2:42
sussMarcellus Felisbret18-May-00 2:42 
AnswerRe: Arp question? Pin
Alfadhly19-May-00 9:09
sussAlfadhly19-May-00 9:09 
GeneralCOM obj Installation Pin
schler18-May-00 2:10
schler18-May-00 2:10 
GeneralRe: COM obj Installation Pin
Kim Gräsman22-May-00 23:47
Kim Gräsman22-May-00 23:47 
GeneralSearching/replacing text in large text files Pin
Stanik18-May-00 1:38
Stanik18-May-00 1:38 
GeneralRe: Searching/replacing text in large text files Pin
Dmitriy18-May-00 9:07
Dmitriy18-May-00 9:07 
GeneralEditing in CListCtrl Pin
El Koe18-May-00 0:57
El Koe18-May-00 0:57 
GeneralRe: Editing in CListCtrl Pin
Jonathan18-May-00 1:34
Jonathan18-May-00 1:34 
GeneralProblem with PreTranslateMessage!!! Pin
sot17-May-00 22:02
sot17-May-00 22:02 
GeneralRe: Problem with PreTranslateMessage!!! Pin
Dmitriy18-May-00 8:58
Dmitriy18-May-00 8:58 
GeneralE-TEAM Pin
Shankar Chandra Bose17-May-00 14:06
Shankar Chandra Bose17-May-00 14:06 
GeneralRe: E-TEAM Pin
WIDI17-May-00 21:02
WIDI17-May-00 21:02 
GeneralRe: E-TEAM Pin
Frank Deo18-May-00 1:47
Frank Deo18-May-00 1:47 
GeneralNested dialogs Pin
John17-May-00 10:20
John17-May-00 10:20 
Generalcustom controls and WM_NOTIFY Pin
Nick Hodapp17-May-00 5:41
sitebuilderNick Hodapp17-May-00 5:41 
GeneralRe: custom controls and WM_NOTIFY Pin
Chris Maunder17-May-00 22:10
cofounderChris Maunder17-May-00 22:10 
GeneralBrowser extensions Pin
mahesh17-May-00 4:37
mahesh17-May-00 4:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.