I have created an icon using the bitmap editor. How I can load the icon as the cursor? I am doing the<br> following things in my dialog's implementation file:<br><br> m_Cursor=3;<br> hCursor = AfxGetApp()->LoadCursor(IDI_ICON3);<br> ::SetCursor(hCursor);<br><br> And in my dialog's header file I have declared<br> HCURSOR hCursor;<br><br> Zulfi.