Hi,
I am trying to change the size of the scrollbar of a CEditView.
I tried it with: SetScrollRange, but that does not work.
Hopefully you can tell me how to change the size of the scrollbar.
Thanks a lot
Rene“
Printable View
Hi,
I am trying to change the size of the scrollbar of a CEditView.
I tried it with: SetScrollRange, but that does not work.
Hopefully you can tell me how to change the size of the scrollbar.
Thanks a lot
Rene“
Hello,
a CScrollar is a CWnd, try MoveWindow
HTH
Rudolf