Jump to content

Recommended Posts

Posted

I'm trying to figure out how to change the hover taskbar text in Windows 10 (see image below) but I can't figure out with parameter needs to be set. Does anyone here know what I need to do?

2018-04-18_09-04-20.png.605ca07447354330192517e1617c0dfe.png

Posted (edited)

that frame is called "tooltip", and the text inside is referred to as "tooltip text".

to set the default tooltip text for your compiled script, add this line to your script:

#AutoIt3Wrapper_Res_Description=required text goes here

in SciTE, click Help > SciTE Help from the menu, then browse down to Extra Utilities \ AutoIt3Wrapper \ Directives Available to see what other possibilities are at your disposal.

to set the tooltip text at run time, use the function:

TraySetToolTip()

finally, as far as i recall, to clear the tooltip text so the entire tooltip simply does not appear when hovering over the icon, you can use this (undocumented) method:

TraySetToolTip(Chr(0))

 

Edited by orbs

Signature - my forum contributions:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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