Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Infinity Symbol Pin
Mark Salsbery6-Sep-07 6:35
Mark Salsbery6-Sep-07 6:35 
AnswerRe: Infinity Symbol Pin
Matthew Faithfull6-Sep-07 6:40
Matthew Faithfull6-Sep-07 6:40 
QuestionLooking for a "Thumb Wheel" control [modified] Pin
bscaer6-Sep-07 4:26
bscaer6-Sep-07 4:26 
AnswerRe: Looking for a "Thumb Wheel" control Pin
led mike6-Sep-07 5:25
led mike6-Sep-07 5:25 
JokeRe: Looking for a "Thumb Wheel" control Pin
Cedric Moonen6-Sep-07 7:21
Cedric Moonen6-Sep-07 7:21 
AnswerRe: Looking for a "Thumb Wheel" control Pin
Hamid_RT6-Sep-07 7:39
Hamid_RT6-Sep-07 7:39 
AnswerRe: Looking for a "Thumb Wheel" control Pin
Waldermort6-Sep-07 9:27
Waldermort6-Sep-07 9:27 
AnswerRe: Looking for a "Thumb Wheel" control Pin
Sreedhar DV7-Sep-07 1:13
Sreedhar DV7-Sep-07 1:13 
Create a class which derives from the CScrollBar class. The Thumb Wheel control functionality is similar to the scroll bar functionality. Instead of changing the view position with GetScrollPos() do your task. For example as in the figure shows rotate the image horizantally or vertically. And you can set range of angle (i.e 0-360) with the help of SetScrollRange(). On the OnPaint of your class draw the Thumb Wheel control as per your wish.

All the best....Smile | :)

Let me know your success.

Sreedhar DV

QuestionCreateWindowEx fails Pin
GauranG Shah6-Sep-07 4:02
GauranG Shah6-Sep-07 4:02 
AnswerRe: CreateWindowEx fails Pin
Cedric Moonen6-Sep-07 4:07
Cedric Moonen6-Sep-07 4:07 
GeneralRe: CreateWindowEx fails Pin
led mike6-Sep-07 4:20
led mike6-Sep-07 4:20 
GeneralRe: CreateWindowEx fails Pin
Cedric Moonen6-Sep-07 4:25
Cedric Moonen6-Sep-07 4:25 
GeneralRe: CreateWindowEx fails Pin
Mark Salsbery6-Sep-07 5:43
Mark Salsbery6-Sep-07 5:43 
GeneralRe: CreateWindowEx fails Pin
Hamid_RT6-Sep-07 7:41
Hamid_RT6-Sep-07 7:41 
GeneralRe: CreateWindowEx fails [modified] Pin
led mike6-Sep-07 8:38
led mike6-Sep-07 8:38 
GeneralRe: CreateWindowEx fails Pin
GauranG Shah6-Sep-07 18:47
GauranG Shah6-Sep-07 18:47 
GeneralRe: CreateWindowEx fails Pin
GauranG Shah6-Sep-07 23:20
GauranG Shah6-Sep-07 23:20 
QuestionHow do I get the last LVN_ITEMCHANGED message? Pin
hsuch6-Sep-07 2:27
hsuch6-Sep-07 2:27 
AnswerRe: How do I get the last LVN_ITEMCHANGED message? Pin
David Crow6-Sep-07 2:53
David Crow6-Sep-07 2:53 
GeneralRe: How do I get the last LVN_ITEMCHANGED message? Pin
hsuch6-Sep-07 3:48
hsuch6-Sep-07 3:48 
GeneralRe: How do I get the last LVN_ITEMCHANGED message? Pin
David Crow6-Sep-07 3:59
David Crow6-Sep-07 3:59 
GeneralRe: How do I get the last LVN_ITEMCHANGED message? Pin
hsuch6-Sep-07 15:36
hsuch6-Sep-07 15:36 
QuestionRe: How do I get the last LVN_ITEMCHANGED message? Pin
David Crow6-Sep-07 17:28
David Crow6-Sep-07 17:28 
AnswerRe: How do I get the last LVN_ITEMCHANGED message? Pin
hsuch6-Sep-07 19:54
hsuch6-Sep-07 19:54 
QuestionRe: How do I get the last LVN_ITEMCHANGED message? Pin
David Crow7-Sep-07 2:34
David Crow7-Sep-07 2:34 

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.