Multi-monitor Support

Some applications may wish to take advantage of the multi-monitor capabilities coming in the next version of Windows 95.

Recommended:

The application should be tested with multiple display support to verify correct behavior when two or more displays are attached to the desktop. Behavioral anomalies to watch for include dialogs or windows positioned on a monitor other than the one expected, and windows that are prevented from moving to a secondary display.

Recommended:

The application should make use of the following system settings to be compatible with multi-monitor support.

Recommended Multi monitor System Settings
SM_XVIRTUALSCREEN SM_YVIRTUALSCREEN
SM_CXVIRTUALSCREEN SM_CYVIRTUALSCREEN
SM_SAMEDISPLAYFORMAT SM_CMONITORS

These system settings are queried using GetSystemMetrics function.

For more information on Multi-monitor support please refer to the Win32 SDK.