home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / TrayTip.au3 < prev    next >
Text File  |  2004-09-22  |  189b  |  6 lines

  1. TrayTip("I'm a title", "I'm the message", 5, 1)
  2. MsgBox(4096,"", "Press OK to see another tip.")
  3. TrayTip("clears any tray tip","",0)
  4. TrayTip("", "A different tray tip.", 5)
  5. Sleep(5000)
  6.