Hi,
i have an OCX wich displays diferent cursors. My problem is that it only displays the momochrome version of my cursors. Each cursor is also aviable in 16 or 256 colors.
I use this code to display the cursors:
1: HCURSOR hCurs1 = LoadCursor(AfxGetApp()-> m_hInstance,MAKEINTRESOURCE(IDC_CURSOR10));
2: static HCURSOR hc = SetCursor(hCurs1);
Is there something I've forgoten?
i have an OCX wich displays diferent cursors. My problem is that it only displays the momochrome version of my cursors. Each cursor is also aviable in 16 or 256 colors.
I use this code to display the cursors:
1: HCURSOR hCurs1 = LoadCursor(AfxGetApp()-> m_hInstance,MAKEINTRESOURCE(IDC_CURSOR10));
2: static HCURSOR hc = SetCursor(hCurs1);
Is there something I've forgoten?