Scroll Bar in CEdit (GetScrollBarCtrl)
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
i want to handle scrollbar properties in Cedit class like change width and color of scroll bar. i use GetScrollBarCtrl function but it return null address. how can i change color and width.
-
i want to handle scrollbar properties in Cedit class like change width and color of scroll bar. i use GetScrollBarCtrl function but it return null address. how can i change color and width.
Take a look at this: ResizeScrollbar - How to change width of built-in scroll bars[^]
Best wishes, Hans