绿色风's Blog
专注AutoIT(Au3)
  • 首页
  • 流●年
  • 笔●记
    • 学习随记
    • 源码示例
  • 脚●本
    • UDF(收集)
    • 工作室UDF
    • 工具●教程
    • 教程之GDI
  • 作●品
  • 下●载
  • 情怀ExcelTip
12月142015

AU3更改壁纸例子

作者:绿色风   发布:2015-12-14 12:34 Monday   分类:   阅读:14708次   评论:0条  

来源:==>>官方论坛<<==

使用ObjCreateInterface 

创建IActiveDesktop 

更改壁纸例子



;===============================================================================
#interface "IActiveDesktop"
Global Const $sCLSID_ActiveDesktop = "{75048700-EF1F-11D0-9888-006097DEACF9}"
Global Const $sIID_IActiveDesktop = "{F490EB00-1240-11D1-9888-006097DEACF9}"
Global Const $tagIActiveDesktop = _
        "ApplyChanges hresult(dword);" &amp; _
        "GetWallpaper hresult(wstr;uint;dword);" &amp; _
        "SetWallpaper hresult(wstr;dword);" &amp; _
        "GetWallpaperOptions hresult(struct*;dword);" &amp; _
        "SetWallpaperOptions hresult(struct*;dword);" &amp; _
        "GetPattern hresult(wstr;uint;dword);" &amp; _
        "SetPattern hresult(wstr;dword);" &amp; _
        "GetDesktopItemOptions hresult(struct*;dword);" &amp; _
        "SetDesktopItemOptions hresult(struct*;dword);" &amp; _
        "AddDesktopItem hresult(struct*;dword);" &amp; _
        "AddDesktopItemWithUI hresult(hwnd;struct*;dword);" &amp; _
        "ModifyDesktopItem hresult(struct*;dword);" &amp; _
        "RemoveDesktopItem hresult(struct*;dword);" &amp; _
        "GetDesktopItemCount hresult(int*;dword);" &amp; _
        "GetDesktopItem hresult(int;struct*;dword);" &amp; _
        "GetDesktopItemByID hresult(ulong_ptr;struct*;dword);" &amp; _
        "GenerateDesktopItemHtml hresult(wstr;struct*;dword);" &amp; _
        "AddUrl hresult(hwnd;wstr;struct*;dword);" &amp; _
        "GetDesktopItemBySource hresult(wstr;struct*;dword);"
;===============================================================================

Global Const $AD_APPLY_ALL = 0x00000007

;;;;;;;;;;;;;;;;;;; Example ;;;;;;;;;;;;;;;;;;;;;;;;;;;
$oActiveDesktop = ObjCreateInterface($sCLSID_ActiveDesktop, $sIID_IActiveDesktop, $tagIActiveDesktop)

$sFile = FileOpenDialog("Select New Wallpaper", "", "Images (*.jpg;*.bmp;*.png;*.gif;*.whatever)") ; whatever
If $sFile Then
    $oActiveDesktop.SetWallpaper($sFile, 0)
    $oActiveDesktop.ApplyChanges($AD_APPLY_ALL)
EndIf
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;








本文固定链接: http://www.jianyiit.com/post-155.html

blogger
该日志由 绿色风 于2015-12-14 12:34 Monday发表在 分类下。
版权所有:《绿色风's Blog》 → 《AU3更改壁纸例子》;
除特别标注,本博客很多文章均为原创. 互联分享,尊重版权,转载请以链接形式标明本文地址;
本文标签:

扫描二维码,在手机上阅读
上一篇::女生的裙子越短越好
下一篇:AU3的强制注册表刷新

热门文章

相关文章

  • 获取当前系统 的DPI值
  • Au3差异加密
  • base64图片数据解密转图片
  • PC版微信图片dat文件,解密还原
  • 高效的删除重复行,使用Dictionary对象

    站点统计
    • 运行时间: 20330 天
    • 日志总数: 365 篇
    • 评论数量: 106 条
    • 微语数量: 6 条
    • 附件总量: 388 件
  • 逝出的青春

  • 打赏"绿色风"



      扫码关注本站公众号 可搜本站内容

  • Autoit V3 脚本交流群

      常驻群1:905774875
      常驻群2:40672266


  • 链接

    • AU3中文论坛
    • Excel资料库
    • 完美者博客
    • 顺网小哥'S Blog
    • 猛牛哥的博客
    • 最便宜的SSL
  • 分类

    • 流●年(66)
    • 笔●记(0)
    • 脚●本(0)
    • 作品(21)
    • 学习随记(51)
    • 源码示例(68)
    • UDF(收集)(26)
    • 工作室UDF(30)
    • 工具●教程(62)
    • 教程之GDI(24)
Copyright © 2013 绿色风's Blog. Powered by emlog. Theme by 射雕天龙. 鄂ICP备2021011689号-1 鄂公网安备42102302000078号 sitemap