Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Importing and exporting Pin
Rajesh R Subramanian10-Oct-06 19:46
professionalRajesh R Subramanian10-Oct-06 19:46 
QuestionChanging keyboard language Pin
Sina Parastgary10-Oct-06 18:54
Sina Parastgary10-Oct-06 18:54 
Questionstrange problem (audio) Pin
minihotto10-Oct-06 17:07
minihotto10-Oct-06 17:07 
AnswerRe: strange problem (audio) Pin
janisha10-Oct-06 19:51
janisha10-Oct-06 19:51 
GeneralRe: strange problem (audio) Pin
minihotto10-Oct-06 20:58
minihotto10-Oct-06 20:58 
AnswerRe: strange problem (audio) Pin
David Crow11-Oct-06 2:24
David Crow11-Oct-06 2:24 
Questionusing the slider control Pin
dacky10-Oct-06 15:00
dacky10-Oct-06 15:00 
AnswerRe: using the slider control Pin
David Crow11-Oct-06 2:19
David Crow11-Oct-06 2:19 
dacky wrote:
is it possible to use the slider control programatically? like when i move my mouse on the client area of my SDI, my slider control on my Form view is also being dragged corresponding to the movement of my mouse...


Handle the WM_MOUSEMOVE message. Each time your handler function gets called, you'll need to determine if you are moving left or right (based on the previous values). Move the slider control accordingly.




"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


QuestionWriting my settings into a CFile Pin
Mohammad A Gdeisat10-Oct-06 10:08
Mohammad A Gdeisat10-Oct-06 10:08 
AnswerRe: Writing my settings into a CFile Pin
led mike10-Oct-06 12:06
led mike10-Oct-06 12:06 
Questioncountry, state and city Pin
mk_le10-Oct-06 7:25
mk_le10-Oct-06 7:25 
AnswerRe: country, state and city Pin
Zac Howland10-Oct-06 8:09
Zac Howland10-Oct-06 8:09 
GeneralRe: country, state and city Pin
mk_le10-Oct-06 9:17
mk_le10-Oct-06 9:17 
QuestionRe: country, state and city Pin
David Crow10-Oct-06 8:21
David Crow10-Oct-06 8:21 
AnswerRe: country, state and city Pin
James R. Twine10-Oct-06 8:47
James R. Twine10-Oct-06 8:47 
QuestionA simple question about waveInGetNumDevs Pin
minihotto10-Oct-06 7:12
minihotto10-Oct-06 7:12 
AnswerRe: A simple question about waveInGetNumDevs Pin
Vaclav_11-Oct-06 16:45
Vaclav_11-Oct-06 16:45 
GeneralRe: A simple question about waveInGetNumDevs Pin
minihotto12-Oct-06 7:06
minihotto12-Oct-06 7:06 
GeneralRe: A simple question about waveInGetNumDevs Pin
Vaclav_12-Oct-06 7:16
Vaclav_12-Oct-06 7:16 
AnswerRe: A simple question about waveInGetNumDevs Pin
Albert Holguin6-Feb-12 11:04
professionalAlbert Holguin6-Feb-12 11:04 
QuestionCoding (Games, Applications) For The Pocket PC/Palm OS Pin
BlitzPackage10-Oct-06 6:52
BlitzPackage10-Oct-06 6:52 
Question8 Puzzle (Eight Puzzle) game simulator in Visual C++ [modified] Pin
ahyeek10-Oct-06 5:22
ahyeek10-Oct-06 5:22 
Answerno ads here Pin
toxcct10-Oct-06 6:37
toxcct10-Oct-06 6:37 
AnswerRe: 8 Puzzle (Eight Puzzle) game simulator in Visual C++ Pin
Hamid_RT10-Oct-06 6:46
Hamid_RT10-Oct-06 6:46 
QuestionFunction Pointer Pin
baerten10-Oct-06 4:16
baerten10-Oct-06 4:16 

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.