I need to add a CNiGraph on a view. I add the control on the view using
m_niGraph.Create( pszCaption , WS_VISIBLE , *pRect , this , IDC_NIGRAPH );
Now i need to map the Key Down and Cursor Move events to the view. Please tell me if u know a way to do that.