Scrolling ATL Dialog with mouse wheel problem.
ATL / WTL / STL
2
Posts
2
Posters
7
Views
1
Watching
-
I had created an ATL Dialog based application in visual studio 2012,On Scrolling the mouse wheel I want my dialog to be scrolled. What should i write inside:
LRESULT CUIWindowPage::OnMouseWheel(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
??
} -
I had created an ATL Dialog based application in visual studio 2012,On Scrolling the mouse wheel I want my dialog to be scrolled. What should i write inside:
LRESULT CUIWindowPage::OnMouseWheel(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
??
}