Sam2022 Posted September 2, 2016 Posted September 2, 2016 Please i need help making a Tooltip for insstallation of Internet download manager without dispaying tray icon and tooltip with colored txt and colored background just exactley the same like in this pictures http://i.imgur.com/NcKpDQi.jpg and http://i.imgur.com/xnH9YAy.jpg thanks a lot in advance waiting for reply
Sam2022 Posted September 2, 2016 Author Posted September 2, 2016 also showing the tooltip in above taskbar and has idm icon in it's title as shown in the previous images
AutoBert Posted September 2, 2016 Posted September 2, 2016 (edited) This is the General Help & Support Forum, so what have you tried Make a own GUI with syle $WS_PopUp Edited September 2, 2016 by AutoBert
Sam2022 Posted September 2, 2016 Author Posted September 2, 2016 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)
Moderators JLogan3o13 Posted September 2, 2016 Moderators Posted September 2, 2016 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now