Jump to content

traytip


d0n
 Share

Recommended Posts

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)
Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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