签到天数: 1 天 连续签到: 1 天 [LV.1]初来乍到
新手上路
- 积分
- 24
|
5金钱
set dm = createobject("dm.dmsoft")
TracePrint dm.ver()
dm.setpath "d:tmp"
hwnd = dm.GetMousePointWindow()
dm_ret = dm.BindWindow(hwnd, "gdi", "windows3", "windows", 101)
Delay 1500
If dm_ret = 0 Then
MessageBox "绑定失败"
EndScript
End If
dm_ret = dm.Capture(0, 0, 2000, 2000, "screen.bmp")
dm_ret = bm.UnBindWindow()
|
|