CScroll behavior
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've created a new horz scroll in a CDialog with this: wnd_hscroll.Create(WS_CHILD | WS_VISIBLE,rct_hscroll ,this,9999); and set its range with: wnd_hscroll.SetScrollRange(1,1000,TRUE); However, the control is not willing to respond to SetScrollPos or sliding the gripper when the app is running. Any suggestions? Thx.
Live long and prosper johny74656@gmail.com