1 void Shake() 2 { 3 int ty=3; 4 int nFre = 30; Navicat Premium 12.0.28激活 5 RECT m_rect; 6 GetWindowRect(this->m_hWnd, &m_rect); 7 int recordy=m_rect.left; 8 int recordx=m_rect.top; 9 10 for(int i=0;i<3;i++) 11 { 12 m_rect.left=recordy; 13 m_rect.top=recordx; 14 m_rect.top = m_rect.top + ty; 15 m_rect.left = m_rect.left - ty; 16 SetWindowPos(this->m_hWnd, NULL,m_rect.left,m_rect.top,0,0,SWP_NOSIZE ); 17 Sleep(nFre); 18 m_rect.top = m_rect.top -ty; 19 SetWindowPos(this->m_hWnd, NULL,m_rect.left,m_rect.top,0,0,SWP_NOSIZE ); 20 Sleep(nFre); 21 m_rect.top = m_rect.top -2*ty; 22 SetWindowPos(this->m_hWnd, NULL,m_rect.left,m_rect.top,0,0,SWP_NOSIZE ); 23 Sleep(nFre); 24 m_rect.left=m_rect.left+ty; 25 SetWindowPos(this->m_hWnd, NULL,m_rect.left,m_rect.top,0,0,SWP_NOSIZE ); 26 Sleep(nFre); 27 m_rect.left=m_rect.left+2*ty; 28 SetWindowPos(this->m_hWnd, NULL,m_rect.left,m_rect.top,0,0,SWP_NOSIZE ); 29 Sleep(nFre); 30 m_rect.top = m_rect.top + ty; 31 SetWindowPos(this->m_hWnd, NULL,m_rect.left,m_rect.top,0,0,SWP_NOSIZE ); 32 Sleep(nFre); 33 m_rect.top=m_rect.top+2*ty; 34 SetWindowPos(this->m_hWnd, NULL,m_rect.left,m_rect.top,0,0,SWP_NOSIZE ); 35 SetWindowPos(this->m_hWnd, NULL,recordy,recordx,0,0,SWP_NOSIZE ); 36 Sleep(nFre); 37 } 38 }
今天的文章
Navicat Premium 12.0.28激活(Duilib实现聊天窗口晃动)分享到此就结束了,感谢您的阅读。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/120397.html