jacky998877 Posted September 13, 2022 Share Posted September 13, 2022 (edited) #include <MsgBoxConstants.au3> #include <TrayConstants.au3> #include <AutoItConstants.au3> TrayAutoPause(1) While 1 ToolTip("test",0,0) Sleep(1000) WEnd error: TrayAutoPause(): undefined function. Edited September 13, 2022 by jacky998877 Link to comment Share on other sites More sharing options...
Jfish Posted September 14, 2022 Share Posted September 14, 2022 From the help file I think it should be (scroll down for the code examples): opt ("TrayAutoPause",1) jacky998877 1 Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt Link to comment Share on other sites More sharing options...
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