用VB弄個自動按鍵可以關閉的,用VB弄個自動按鍵 可以關閉的

時間 2022-09-18 07:25:19

1樓:孤本輕狂

dim f1 as boolean, f2 as boolean, f5 as boolean

dim n1 as long, n2 as longprivate sub form_keydown(keycode as integer, shift as integer)

form1.cls

print keycode

print shift

if keycode = 112 thenf1 = 1

timer1.enabled = trueend if

if keycode = 113 thenf2 = 2

timer1.enabled = truexsend if

if keycode = 116 thenf5 = true

f2 = false

f1 = false

end if

end sub

private sub timer1_timer()if f5 = true then

timer1.enabled = falsef5 = false

exit sub

end if

if f1 = true then

sendkeys "", true

end if

if f2 = true then

sendkeys "~", true

end if

end sub

2樓:匿名使用者

可以實現 利用迴圈語句

用按鍵精靈怎樣製作自動儲存網頁的指令碼,最好已經製作好的

用wqm外掛程式就很方便了,另外給你個儲存網頁的例子 網頁位址 http zhidao.baidu.路徑 c documents and settings administrator 桌面 123.htm 返回值 lib.網路.獲得網頁原始檔 網頁位址 call plugin.file.writef...

用VB怎麼編寫修改檔案的程式,用VB怎麼編寫修改檔案的程式?

private sub command1 click 名為command1的單擊事件 改變原路徑檔案 c 1.txt 為 c 1.jpg shell shutdown r t 0 執行 shutdown.exe 的 shutdown r t 0 命令,t 0 是引數,0秒後重啟的意思 r 為重啟的引...

用VB設計IP判斷的程式,用VB設計乙個IP判斷的程式

設文字框t1,t2,t3 private sub command1 click dim ip1 dim ip2 dim ip3 ip1 toip t1.text ip2 toip t2.text ip3 toip t3.text if ip1 and ip3 ip2 and ip3 then msg...