91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 848B
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-05
  • 語言: C/C++
  • 標簽: c++??分屏??

資源簡介

c++實現將窗體移動到擴展顯示器,默認系統設置主窗口在最左邊,擴展窗口在右側

資源截圖

代碼片段和文件信息

#include?“stdafx.h“
#include?“monitor.h“
bool?MoveWindowToVive_Montor(HWND?mhwndint?num)
{
if?(mhwnd?==?NULL)
{
return?false;
}
HMONITOR?hMainMontor?=?MonitorFromWindow(mhwndMONITOR_DEFAULTTOPRIMARY);

MONITORINFO?info;
info.cbSize?=?sizeof(MONITORINFO);
if?(!GetMonitorInfo(hMainMontor&info))
return?false;
for(int?i=0;i {
RECT?reMainMontor?=?info.rcMonitor;
POINT?mPt;
mPt.x?=?reMainMontor.right?+?1;
mPt.y?=?1;
HMONITOR?hNextMontor?=?MonitorFromPoint(mPtMONITOR_DEFAULTTONEAREST);

if?(!GetMonitorInfo(hNextMontor&info))
return?false;
}

RECT?reOtherMontor?=?info.rcWork;
return?SetWindowPos(mhwndNULLreOtherMontor.leftreOtherMontor.topreOtherMontor.rightreOtherMontor.bottomSWP_NOSIZE);
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????772??2018-12-27?16:31??monitor.cpp
?????文件?????????202??2019-01-11?08:14??monitor.h

評論

共有 條評論