eracross Posted October 23, 2010 Posted October 23, 2010 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
iamtheky Posted October 23, 2010 Posted October 23, 2010 While 1 $a = WinGetCaretPos() ToolTip("Msg", $a[0], $a[1]) Sleep(2000) tooltip ("") sleep (5000) Wend ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now