Basim
July 24th, 2003, 07:16 AM
HI all i am here once gain with a question.
i am using wndproc hook to get the notification from controls in another application lets call it B.
i have a Slider control in B. the class for this control is msctls_trackbar32. i am receving the WM_HSCROLL message for this slider control but if you look at the documentation of the slider control you woud see that it is wrriten that Slider control sends notifications like TB_BOTTOM and TB...... so on,
so whats the true method of doing this stuff, and by the way i am not receivcng these TB like notifications from my hook
thanx in advance
regards
Basim
i am using wndproc hook to get the notification from controls in another application lets call it B.
i have a Slider control in B. the class for this control is msctls_trackbar32. i am receving the WM_HSCROLL message for this slider control but if you look at the documentation of the slider control you woud see that it is wrriten that Slider control sends notifications like TB_BOTTOM and TB...... so on,
so whats the true method of doing this stuff, and by the way i am not receivcng these TB like notifications from my hook
thanx in advance
regards
Basim