[DllImport("user32.dll")] static extern bool EnumDisplaySettings(string deviceName, int modeNum, ref DEVMODE devMode);. You also need the WinAPI DEVMODE ...
確定! 回上一頁