J
Just Me
I have a Windows application that has a usercontrol containing a
richtextbox.
In the overloaded WinProc it has a
case WM_HSCROLL
under m.Msg
and another under WM_NOTIFY
Does WM_HSCROLL work the same in both places?
What about the richtextbox EN_HSCROLL. Is that just a duplication of one or
both the above?
The help does not say much about this.
Thanks in advance for any info
richtextbox.
In the overloaded WinProc it has a
case WM_HSCROLL
under m.Msg
and another under WM_NOTIFY
Does WM_HSCROLL work the same in both places?
What about the richtextbox EN_HSCROLL. Is that just a duplication of one or
both the above?
The help does not say much about this.
Thanks in advance for any info