Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: for loop Pin
CPallini17-Mar-09 22:44
mveCPallini17-Mar-09 22:44 
AnswerRe: for loop Pin
Iain Clarke, Warrior Programmer18-Mar-09 0:06
Iain Clarke, Warrior Programmer18-Mar-09 0:06 
JokeRe: for loop Pin
CPallini18-Mar-09 0:13
mveCPallini18-Mar-09 0:13 
GeneralRe: for loop Pin
Iain Clarke, Warrior Programmer18-Mar-09 0:30
Iain Clarke, Warrior Programmer18-Mar-09 0:30 
GeneralRe: for loop Pin
CPallini18-Mar-09 0:47
mveCPallini18-Mar-09 0:47 
GeneralRe: for loop Pin
sonyrehal17-Mar-09 21:39
sonyrehal17-Mar-09 21:39 
AnswerRe: for loop [modified] Pin
Cedric Moonen17-Mar-09 21:23
Cedric Moonen17-Mar-09 21:23 
QuestionHow to get control information about slider Pin
John50217-Mar-09 20:53
John50217-Mar-09 20:53 
Hi,
I have three horizontal sliders on my dialog box, i am calling OnHScroll Event from my appplication, whenever i have clicked on any of the 3 sliders the OnHScroll event is getting firing. I am not able to identify which slider i have clicked on..

I am using below code snippet for getting the slider position.
CSliderCtrl* slider = (CSliderCtrl*)pScrollBar;
int slider_pos = slider->GetPos();

now i want to know which slider iam moving..
Can any one tell me how to get that ....

Any immediate help will be appriciated....

Thanks in advance...............
AnswerRe: How to get control information about slider Pin
S p k 52117-Mar-09 21:04
S p k 52117-Mar-09 21:04 
QuestionSetWaitableTimer Issue:- CALLBACK function not getting called Pin
S p k 52117-Mar-09 20:48
S p k 52117-Mar-09 20:48 
AnswerRe: SetWaitableTimer Issue:- CALLBACK function not getting called Pin
Cedric Moonen17-Mar-09 21:14
Cedric Moonen17-Mar-09 21:14 
GeneralRe: SetWaitableTimer Issue:- CALLBACK function not getting called Pin
S p k 52117-Mar-09 22:29
S p k 52117-Mar-09 22:29 
GeneralRe: SetWaitableTimer Issue:- CALLBACK function not getting called Pin
Stuart Dootson18-Mar-09 0:36
professionalStuart Dootson18-Mar-09 0:36 
GeneralRe: SetWaitableTimer Issue:- CALLBACK function not getting called Pin
S p k 52118-Mar-09 1:16
S p k 52118-Mar-09 1:16 
GeneralRe: SetWaitableTimer Issue:- CALLBACK function not getting called Pin
Stuart Dootson18-Mar-09 1:57
professionalStuart Dootson18-Mar-09 1:57 
GeneralRe: SetWaitableTimer Issue:- CALLBACK function not getting called Pin
S p k 52118-Mar-09 18:40
S p k 52118-Mar-09 18:40 
QuestionHow to establish a server in C++ : IP address issue Pin
includeh1017-Mar-09 19:00
includeh1017-Mar-09 19:00 
AnswerRe: How to establish a server in C++ : IP address issue Pin
Garth J Lancaster17-Mar-09 23:19
professionalGarth J Lancaster17-Mar-09 23:19 
AnswerRe: How to establish a server in C++ : IP address issue Pin
Iain Clarke, Warrior Programmer18-Mar-09 0:25
Iain Clarke, Warrior Programmer18-Mar-09 0:25 
QuestionLinking library help. Pin
FISH78617-Mar-09 14:42
FISH78617-Mar-09 14:42 
AnswerRe: Linking library help. Pin
Garth J Lancaster17-Mar-09 16:11
professionalGarth J Lancaster17-Mar-09 16:11 
GeneralRe: Linking library help. Pin
FISH78617-Mar-09 16:31
FISH78617-Mar-09 16:31 
GeneralRe: Linking library help. Pin
Garth J Lancaster17-Mar-09 17:05
professionalGarth J Lancaster17-Mar-09 17:05 
GeneralRe: Linking library help. Pin
FISH78617-Mar-09 17:51
FISH78617-Mar-09 17:51 
QuestionDigita Stop Watch Pin
Astitva2317-Mar-09 14:17
Astitva2317-Mar-09 14:17 

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.