The problem in your code is that you are using DefWindowProc instead of DefWindowProcW. Changing that will fix the code. Ideally you should change your ...
確定! 回上一頁