gamepin126 Posted June 5, 2006 Posted June 5, 2006 I don't know how to do them, or where to start. Help please
MHz Posted June 5, 2006 Posted June 5, 2006 Perhaps this may show what you want ToolTip('line 1' & @LF & 'line2' & @LF & 'line3') Sleep(5000)
gamepin126 Posted June 5, 2006 Author Posted June 5, 2006 How do you turn off tooltips, it's not going away. I have to exit script.
MHz Posted June 5, 2006 Posted June 5, 2006 Use an empty string to make it go away ToolTip('line 1' & @LF & 'line2' & @LF & 'line3') Sleep(2000) ToolTip('') Sleep(5000)
gamepin126 Posted June 5, 2006 Author Posted June 5, 2006 Use an empty string to make it go away ToolTip('line 1' & @LF & 'line2' & @LF & 'line3') Sleep(2000) ToolTip('') Sleep(5000) Thanks. I just used a traytip
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