Subclass child windows of a custom control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have created a custom control using the 'USER CONTROL'. I have set the style to '0x50b81000'. This creates scrollbars. I need fine control over the scroll bars and the way they look so I need to subclass them. How do I obtain a handle to these scrollbar controls? I will like to reduce the width of the horizontal scrollbar. thanks in advance bart