天气与日历 切换到窄版

 找回密码
 立即注册
中国膜结构网
十大进口膜材评选 十大国产膜材评选 十大膜结构设计评选 十大膜结构公司评选
查看: 23|回复: 0

模拟qq窗口抖动效果

[复制链接]
  • TA的每日心情
    开心
    昨天 06:36
  • 签到天数: 15 天

    [LV.4]偶尔看看III

    105

    主题

    11

    回帖

    1308

    积分

    管理员

    积分
    1308
    QQ
    发表于 2024-10-3 17:20:11 | 显示全部楼层 |阅读模式
    1.         RECT rtWindow;
    2.         GetWindowRect(&rtWindow);
    3.         //long x = 400;
    4.         //long y = 200;
    5.         long x = rtWindow.left;
    6.         long y = rtWindow.top;
    7.         long cxWidth = rtWindow.right-rtWindow.left;
    8.         long cyHeight = rtWindow.bottom-rtWindow.top;
    9.         const long nOffset  = 9;
    10.         const long SLEEP_INTERAL = 60;
    11.        
    12.         for(long i=0; i<=2; ++i)
    13.         {
    14.                 ::MoveWindow(m_hWnd, x+nOffset, y-nOffset, cxWidth, cyHeight, TRUE);
    15.                 ::Sleep(SLEEP_INTERAL);
    16.                 ::MoveWindow(m_hWnd, x-nOffset, y-nOffset, cxWidth, cyHeight, TRUE);
    17.                 ::Sleep(SLEEP_INTERAL);
    18.                 ::MoveWindow(m_hWnd, x-nOffset, y+nOffset, cxWidth, cyHeight, TRUE);
    19.                 ::Sleep(SLEEP_INTERAL);
    20.                 ::MoveWindow(m_hWnd, x+nOffset, y+nOffset ,cxWidth, cyHeight, TRUE);
    21.                 ::Sleep(SLEEP_INTERAL);
    22.                 ::MoveWindow(m_hWnd, x, y, cxWidth, cyHeight, TRUE);
    23.                 ::Sleep(SLEEP_INTERAL);
    24.         }
    复制代码

     

     

     

     

    模拟qq窗口抖动效果
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|Archiver|中国膜结构网|中国膜结构协会|进口膜材|国产膜材|ETFE|PVDF|PTFE|设计|施工|安装|车棚|看台|污水池|中国膜结构网_中国空间膜结构协会

    GMT+8, 2024-11-1 10:23 , Processed in 0.141027 second(s), 22 queries .

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表