Hello, How to Get WM_VSCROLL?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everyone: I have a tree window, before scroll to the last line, I want to delete the tree and re-install it, and then scroll. For to do it, I want to get WM_VCSROLL before OnVScroll() is called. 1.I tryed to get the msg in PreTranslateMessage, but WM_VSCROLL is not sent into the function. 2.I tryed to get the msg in WinProc, but I cannot. How to get it? Thank you. -Freehawk