Jump to content

TraysetIcon


Recommended Posts

Is it possible to change the text for the tray icon when you mouse over it for TraySetIcon?

Example: test.exe

code:

$num = -4

TraySetIcon("shell32.ll",$num)

sleep(10000)

When you mouse over the icon, it will show test.exe and I would like to change this text.

Link to comment
Share on other sites

Hi and Welcome to the forums!

$num = -4
TraySetIcon("shell32.ll",$num)
TraySetToolTip("Hi Merrik!")
sleep(10000)

Edit:forgot the welcome :)

Edited by AdmiralAlkex
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...