About Message Map in MFC(WM_HSCROLL)
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How to Bind FRAME'S SCROLL MESSAGE to CMyControl's SCROLL MESSAGE? that is : 1)How can I send FRAME's message-'WM_HSCROLL'(including position information) to CMyControl(eg: ID:0x100) to invoke its action 2)When I Move CMyControl's client,How to change the FRAME's ScrollBar's Position? thanks! Sorry for my pool English:rolleyes: