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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Overriding CScrollView::OnMouseWheel

Status
Not open for further replies.

TomMorey

Programmer
Nov 16, 2000
5
0
0
GB
I'm currently attempting to write a member function for a class derived from CScrollView that tests whether when the mouse wheel is moved it is over a specific part of the view, if it is goes on to call another procedure, if not then do the default CScrollView type action. The problem seems to be that the overiding function in my new class doesn't override. I've been using Visual C++ 5.00 and used the class wizard to define the OnMouseWheel prototypes. When I try to trace the wheel message all I get is a 'no matching symbolic information found'.
Can anyone suggest anything that I may have missed?
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top