What seems to work here is to use CreateWindowW(L"EDIT"), SetWindowLongPtrW(GWLP_WNDPROC), and SendMessageW(WM_GETTEXT), ...
確定! 回上一頁