How to register a window with the default cursor using LoadImage() instead of LoadCursor?

后端 未结 0 1454
情深已故
情深已故 2020-12-09 16:37

I can register a window class with the default cursor using:

WNDCLASSEX wc = {0};
wc.hCursor = LoadCursor(nullptr, IDC_ARROW);

But after look

相关标签:
回答
  • 消灭零回复
提交回复
热议问题