Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Assert when Adding CExtNCSB to CFormView Collapse All
Subject Author Date
Bill Olson Oct 14, 2010 - 2:45 AM

I’m trying to get skinned scroll bars to work with a CScrollView.  Searching the forum, I see where you recommended the PageContainer sample for an example of how to add skinned scroll bars to a view.  The sample uses CExtNCSB < CExtWS < CExtAFV < CFormView > > > with the class definition.  I tried adding this to my view class definition, and adding it in calls to the base class in the cpp file. 


When I try to run the program, it asserts down in the windows libraries, in the Child Frame OnCreateClient on the CreateView() call.


What am I doing wrong?


Bill