Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using CScrollView with appwizard created application

Status
Not open for further replies.

edmund1978

Programmer
Jan 25, 2001
58
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top