Jump to content

Recommended Posts

Posted

Guys i want to know how to disble tooltip while in loop?i mean show it only for 2 sec

While 1

$a = WinGetCaretPos()

ToolTip("Msg", $a[0], $a[1])

Sleep(2000)

Wend

Posted

While 1
$a = WinGetCaretPos()
ToolTip("Msg", $a[0], $a[1])
Sleep(2000)
tooltip ("")
sleep (5000)
Wend

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...