在/window98系统中,装了两个显卡,且有两个显示器,可以正常运行.
但我必须编程控制另一个显示器的显示内容,如何控制?

解决方案 »

  1.   

    you can use directx to control them.
    IDirect3D8::CreateDevice
    Creates a device to represent the display adapter.HRESULT CreateDevice(
      UINT Adapter,
      D3DDEVTYPE DeviceType,
      HWND  hFocusWindow,
      DWORD BehaviorFlags,
      D3DPRESENT_PARAMETERS* pPresentationParameters,
      IDirect3DDevice8** ppReturnedDeviceInterface
    );Parameters
    Adapter 
    [in] Ordinal number that denotes the display adapter. D3DADAPTER_DEFAULT is always the primary display adapter. //this parameter defines which display adapter should be used.