The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode.
To change the settings of a specified display device, use the ChangeDisplaySettingsEx function.
The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode. To change the settings of a specified display device, use the ChangeDisplaySettingsEx function.
public static int ChangeDisplaySettings(IntPtr,int);
The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode. To change the settings of a specified display device, use the ChangeDisplaySettingsEx function.
public static int ChangeDisplaySettings(ref DEVMODE,int);
User Class | Tao.Platform.Windows Namespace | Gdi.DEVMODE | EnumDisplaySettings