lee321987 5 Posted September 13, 2010 (edited) Example in attached pic. When you right-click some programs' icons in the Taskbar, you get the standard commands, AND some "Tasks". The attachment is what you get from Internet Explorer. I want to add these things to my AutoIt scripts, when I right-click the programs' icon in the taskbar. Also, can AutoIt add these Tasks to existing programs? That is, add say "Start in <some directory>" to a non AutoIt program. Thanks for any help. [EDIT: forgot to click "Attach This File" button for attachment] Edited September 13, 2010 by lee321987 Share this post Link to post Share on other sites
wakillon 403 Posted September 13, 2010 Search for Systray.au3 AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
lee321987 5 Posted September 13, 2010 Search for Systray.au3 You mean this: http://www.autoitscript.com/forum/index.php?showtopic=13704Those functions only effect the system tray, but thanks for the reply.I'm asking about the Windows 7 taskbar (not system tray) icons.I did find this: #766145but that only effects the menu when you SHIFT+Right-click the icon (in XP I assume it effects the normal right-click, but Windows 7 has a differentkind of menu for a plain right-click). Share this post Link to post Share on other sites
Tvern 11 Posted September 13, 2010 To make your search a little easier: the menu's are called jump lists. The only somewhat usefull post I found searching on these forums was this one.Using google results on code examples in other languages and software that seems to be able to modify the lists. Share this post Link to post Share on other sites