home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / TrayTip.au3 < prev    next >
Encoding:
Text File  |  2004-09-22  |  189 b   |  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.