Jump to content

make idm tooltip like pictures


Sam2022
 Share

Recommended Posts

ok

 

here is my own script

 

just anyone help me to place the tooltip in taskbar notification area

 

Local $hGUI = GUICreate(StringTrimRight(@ScriptName, StringLen(".exe")), 350, 200)
$hToolTip = _GUIToolTip_Create($hGUI, 0)
DllCall("UxTheme.dll", "int", "SetWindowTheme", "hwnd", $hToolTip, "wstr", 0, "wstr", 0)
_GUIToolTip_AddTool($hToolTip, 0, "     IDM Final Release ...! " & @CRLF & "(Successfully Done ...)", 0, 0, 0, 0, 0, $TTF_SUBCLASS)
_GUIToolTip_TrackActivate($hToolTip, True, 0, 0)
_GUIToolTip_SetTipBkColor($hToolTip, 0x395A00)
_GUIToolTip_SetTipTextColor($hToolTip, 0x1EBFFF)
_GUIToolTip_SetTitle($hToolTip, "SAM2022 Tooltip:", 0)
WinSetOnTop($hToolTip, "", 1)
Sleep(3000)
_GUIToolTip_Destroy($hToolTip)

 

Link to comment
Share on other sites

  • Moderators

Not sure why people continue to use that product. Have you seen the VirusTotal report on it? I cannot count the number of customers that have asked me to help them clean that turd from a system.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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