TPY图片下载器
Sunday, 6. May 2007, 03:49:35
截图:
下载:
TPY图片下载器 v1.0
使用方法:
1.先填入图片页面的地址,比如http://dl.pcgames.com.cn/html/3/6/dlid=33476&dltypeid=3&pn=0&.html ,再填好保存到的地址。
2.如果你想直接下载全部的图片,点"开始下载"就行了;如果你只想得到全部的图片地址,而不想用这个工具下载,点"获取图片地址",全部的图片地址就会输出到下面的文本框里。
简洁不等于简陋
Sunday, 6. May 2007, 03:49:35
Thursday, 22. February 2007, 08:35:53

Tuesday, 20. February 2007, 01:49:56
Sunday, 21. January 2007, 05:46:29
Saturday, 20. January 2007, 15:35:17
Func dbg($msg)
DllCall("kernel32.dll", "none", "OutputDebugString", "str", $msg)
EndFunc
dbg("The value of Variable 1 at this time is " & $var1)
ShellExecute("C:\autoitscripts\test.au3", "", "", "edit", @SW_MAXIMIZE)
ShellExecute("http://www.autoitscript.com/forum")
ShellExecute("C:\boot.ini", "", "", "print")
#include <Misc.au3>
_Singleton("TheNameOfMyScript")
#include <Misc.au3>
If _Singleton("MyScriptName", 1) Then
; We know the script is already running. Let the user know.
MsgBox(0, "Script Name", "This script is already running. Using multiple copies of this script at the same breaks the [(UltimaCoder)] License!")
Exit
Endif
#include "ServiceControl.au3"
$servicename = "MyServiceName"
_CreateService("", $servicename, "My AutoIt Script", "C:\Path_to_srvany.exe", "LocalSystem", "", 0x110)
RegWrite("HKLM\SYSTEM\CurrentControlSet\Services\" & $servicename & "\Parameters", "Application", "REG_SZ", @ScriptFullPath)
#include "ServiceControl.au3"
$servicename = "MyServiceName"
_DeleteService("", $servicename)
#include <GuiConstants.au3>
HotKeySet("{ENTER}", "catchguikey")
$gui = GuiCreate("Hotkey Test")
GuiCtrlCreateLabel("Press Enter", 0, 0)
GuiSetState()
While 1
$msg = GUIGetMsg()
If $msg = $GUI_EVENT_CLOSE Then ExitLoop
Wend
Func catchguikey()
Local $opt = Opt("WinTitleMatchMode", 4)
If WinGetHandle("active") = $gui Then
If @HotKeyPressed = "{ENTER}" Then
;Do something here
ToolTip("Key Pressed")
Sleep(1000)
ToolTip("")
EndIf
Else
HotKeySet(@HotKeyPressed)
Send(@HotKeyPressed)
HotKeySet(@HotKeyPressed, "catchguikey")
EndIf
Opt("WinTitleMatchMode", $opt)
EndFunc
Monday, 1. January 2007, 01:43:24
Saturday, 16. December 2006, 15:44:36
Saturday, 9. December 2006, 14:16:19
Showing posts 1 - 8 of 9.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |||||