VC++

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,
I have created a dialog box in MFC. I want to continuously update
the drawing on the opengl window which inherits from CWnd class and is
the child of dialog box. now depending upon the message that the window
is receiving, I call the draw function in OnPaint member function of
opengl window. now the application runs but it does not take any mouse
clicks etc. I am sure I am doing something wrong. This is the first
time I am working with MFC. Please help.

.