It was a problem with my callback method. It was set to return 0;. I changed it as follows, and then it worked: static LRESULT CALLBACK WndProc(HWND hWnd, ...
確定! 回上一頁