Otomatik Alt+TAB - Program Slide


Bilgisayarınızda çalışan programları belirli zaman aralıklarıyla geçişini yapmak mı istiyorsanız? O zaman.vbs uzantılı küçük bir dosya işinizi görebilir. Aşağıdaki kodları metin belgesine yazdıktan sonra, .vbs uzantılı olarak kaydediniz. Daha sonra oluşan script dosyasına çift tıklamanız yeterli.

Dim counter
counter = 10
While counter > 0
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "%{tab}"
WScript.Sleep(5000)
WshShell.SendKeys "%({tab})"
WScript.Sleep(5000)
WshShell.SendKeys "%({tab})"
WScript.Sleep(5000)
wend


Yorumlar

Unknown dedi ki…
According to Stanford Medical, It is really the SINGLE reason women in this country live 10 years longer and weigh 42 pounds less than us.

(And by the way, it really has NOTHING to do with genetics or some secret diet and EVERYTHING to around "how" they are eating.)

P.S, What I said is "HOW", and not "WHAT"...

TAP this link to find out if this quick questionnaire can help you unlock your true weight loss potential

Bu blogdaki popüler yayınlar

c# Delay fonksiyonu - c# bekletme (not sleep)

C# formun açık olup olmadığını denetlemek