Click to See Complete Forum and Search --> : confusing slider control notifications


Basim
July 27th, 2003, 07:02 AM
hi all i am stuck in the slider control.

the situation is some what like this. my application lets call it A is using to capture the behaviour of another application called B. the Hook iam using is WndProc Hook and GetMessage Hook, my current slider code (which is not working) is in WndProc handler function.

there are 3 questions

a) in my code of WM_NOTIFY would i receive the slider notifications or not

b) or i have to use a separate case that is like WM_HSCROLL
i have done this approach but in this case i amnot receving any thing. the value in wParam is always zero.

c) if you look at the MSDN documentation of Slider Notifications there u have a number of notification with TB_ prefix so i have to deal with WM_HSCROLL or these TB_ sor of things


i am in urgent need of ur comments
thanx in advance for ur time
regards
Basim