SetCursor while dragging files into a window
问题 I'm using windows API to create an application with a window only, so everything inside this window is drawn using Direct2D. Now I want to drop some files in specific parts of my window's client area, and I'm handling the message WM_DROPFILES . No problem here, when the files are dropped in those specific areas, I can treat them correctly and everything is working properly. BTW, my window is DragAcceptFiles(hWnd, true) , it always accepts drag/drops. I want the mouse cursor to be different