edmund1978
Programmer
I have an MFC application created with appwizzard and classwizzard. One of my dialogs has scroll bars (which I added as a new resource). The scrollbars wouldn't work, and I found some advice to make my view class be based on CScrollView rather than CView. I did this and this compiles and links ok, but when the app runs, I get an assertion error refering to viewscrl.cpp. Does anyone know what could be wrong, or is there a better way of using scrollbars?