I have added Vertical ScrollBar to my Dialog.I have added variable m_ScrollBarto to it and set its range.
m_ScrollBar.SetScrollRange(0,10);

I have to add Eventhandler to ScrollBar.How to add WM_VSCROLL message map
to it.If I press ctrl+w class wizard is not coming.How to open Class wizard Dialog Box. Can anyone suggest me.