18027.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 27 行
HTML
27 行
<html> <head> <title>Re: 怎样在程式中更改电脑的 wallpaper?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 怎样在程式中更改电脑的 wallpaper?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:jtomail@tomail.com.tw">j</a> on August 28, 1999 at 03:21:19:<p>In Reply to: <a href="18015.html">怎样在程式中更改电脑的 wallpaper?</a> posted by Steven Sin on August 28, 1999 at 00:02:20:<p>: 如题<p>小弟是英文白痴,把 wallpaper 使用翻译软体翻译的结果是<br>壁纸;墙纸的意思,小弟猜想应该是桌面吧? <p>Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long<p>Call SystemParametersInfo(20, 0, "点阵图路径", 0)<p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18027--><!--top: 18040--><li><a href="18040.html">Re: 怎样在程式中更改电脑的 wallpaper?</a> <b>Steven Sin</b> <i>13:21:09 8/28/99</i>(<!--responses: 18040-->0)<ul><!--insert: 18040--></ul><!--end: 18040--></ul><!--end: 18027--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?