Message procedure and Mouse Mouvement

Hi everybody,

I would like to mouve (rotate,zoom,pan) my GL scene whith the actions on the mouse. I have a main windows, where there is inside a Child GL window, some buttons, etc…
Where do i must write my commands, inside the main message procedure?
It will be great if somebody could help me.

Thank’s

Controls such as buttons pass WM_NOTIFY messages and should be handled as such. You can find examples, samples, and documentation at MSDN