实现在PPT演示过程中,用鼠标拖动图片.pdf

上传人:1398****507 文档编号:73129913 上传时间:2023-02-15 格式:PDF 页数:6 大小:139.66KB
返回 下载 相关 举报
实现在PPT演示过程中,用鼠标拖动图片.pdf_第1页
第1页 / 共6页
实现在PPT演示过程中,用鼠标拖动图片.pdf_第2页
第2页 / 共6页
点击查看更多>>
资源描述

《实现在PPT演示过程中,用鼠标拖动图片.pdf》由会员分享,可在线阅读,更多相关《实现在PPT演示过程中,用鼠标拖动图片.pdf(6页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、实现在 PPT 演示过程中,用鼠标拖动图片 1新建一个 ppt 空白文档。2点击菜单:“工具宏宏”,出现对话框。3对话框中“宏名”写:drop(其他也可以),再点“创建”,就进入代码模式。4“Sub drop()End Sub”,类似的三句全删掉。把下面的代码全拷贝进去。Option Explicit Declare Function GetKeyState Lib user32(ByVal nVirtKey As Long)As Integer Private Declare Function WindowFromPoint Lib user32(ByVal xPoint As Long,B

2、yVal yPoint As Long)As Long Private Declare Function GetWindowRect Lib user32(ByVal hwnd As Long,lpRect As RECT)As Long Private Declare Function GetCursorPos Lib user32(lpPoint As PointAPI)As Long Private Declare Function SetCursorPos Lib user32(ByVal x As Long,ByVal y As Long)As Long Public Declare

3、 Function MonitorFromPoint Lib (ByVal x As Long,ByVal y As Long,ByVal dwFlags As Long)As Long Private Declare Function GetSystemMetrics Lib user32(ByVal nIndex As Long)As Long Private Const SM_SCREENX=0 Private Const SM_SCREENY=1 Private Const sigProc=Drag&Drop Public Const VK_SHIFT=&H10 Public Cons

4、t VK_CTRL=&H11 Public Const VK_ALT=&H12 Private Type PointAPI x As Long y As Long End Type Public Type RECT Left As Long Top As Long Right As Long Bottom As Long End Type Public mPoint As PointAPI,dPoint As PointAPI Public ActiveShape As Shape Dim dragMode As Boolean Dim dx As Double,dy As Double Su

5、b DragandDrop(sh As Shape)dragMode=Not dragMode If dragMode Then Drag sh End Sub Private Sub Drag(sh As Shape)Dim i As Integer,sx As Integer,sy As Integer Dim mWnd As Long,WR As RECT dx=GetSystemMetrics(SM_SCREENX):=dx dy=GetSystemMetrics(SM_SCREENY):=dy GetCursorPos mPoint With mWnd=WindowFromPoint

6、,GetWindowRect mWnd,WR sx=sy=dx=-/dy=-/With If dx dy Then sx=sx+(dx-dy)*/2 dx=dy End If If dy dx Then sy=sy+(dy-dx)*/2 dy=dx End If While dragMode GetCursorPos mPoint =-sx)/dx-/2 =-sy)/dy-/2 DoEvents i=i+1:If i 2000 Then dragMode=False:Exit Sub Wend End Sub 5点击保存后,关闭代码模式,回到 ppt 设计页面。在你需要拖动的图片上点右键,选择“动作设置单击鼠标运行宏确定”。然后就看效果吧。

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 应用文书 > 工作报告

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁