Jump to content

Anyone know how to do this?


Recommended Posts

I downloaded this script and it has ths neat WinXP information bubble down by the taskbar. I was wondering if anyone else knows how to do this because I wan't to include it in some of my scripts.

Link to comment
Share on other sites

I downloaded this script and it has ths neat WinXP information bubble down by the taskbar. I was wondering if anyone else knows how to do this because I wan't to include it in some of my scripts.

<{POST_SNAPBACK}>

from the help file on TrayTip:

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)

edit: too slow again...............

Edited by herewasplato

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

requires new beta version

here ya go

#include <GUIConstants.au3>
#include <File.au3>
#include <Array.au3>



TraySetState (@SW_TRAYFLASH)
MsgBox(64, "* NOTE * ", "the tray is now flashing", 5)
TrayTip("HERE>>>>>>"," is where you will see your message", 5, 1)
Sleep(3000)
TraySetState (@SW_TRAYNOFLASH)

flashing tray, tray tip example

Enjoy!

NEWHeader1.png

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...