d0n Posted September 27, 2009 Posted September 27, 2009 when i try to run this example script from help file, nothing happens but i can hear the traytip sound i am running XP SP2 can anyone help? TrayTip("I'm a title", "I'm the message", 5, 1) MsgBox(4096,"", "Press OK to see another tip.") TrayTip("clears any tray tip","",0) TrayTip("", "A different tray tip.", 5) Sleep(5000)
surreal Posted September 27, 2009 Posted September 27, 2009 i would first check to see if you may have balloontips disabled User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ Advanced] Value Name: EnableBalloonTips Data Type: REG_DWORD (DWORD Value) Value Data: (0 = disabled, 1 = enabled)
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