WINDOWPOS newpos; ... case WM_WINDOWPOSCHANGING: newpos=(WINDOWPOS)lparam; return 0; break;. but this code doesn't work. i get an error: ...
確定! 回上一頁