I have the code below:namespace WindowMover{ using System.Windows.Forms; static class Logic { [DllImport("user32.dll", EntryPoint = "SetWindowPos")] public ...
確定! 回上一頁