chipDE Posted October 19, 2011 Posted October 19, 2011 (edited) Hi, somebody has an idea how can I make with Autoit icon overlay? Just as it makes SVN or Dropbox. Example: Edited October 19, 2011 by chipDE
KaFu Posted October 19, 2011 Posted October 19, 2011 Maybe with the _WinAPI_AddIconOverlay() function from Yashieds most excellent ? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
Yashied Posted October 19, 2011 Posted October 19, 2011 (edited) _GUIImageList_SetOverlayImage() not documented for unknown reason, but you can use it. However, I agree that _WinAPI_AddIconOverlay() will be easier to use. Edited October 19, 2011 by Yashied My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
chipDE Posted October 19, 2011 Author Posted October 19, 2011 (edited) Oh very nice. But how can I assign the result of _WinAPI_AddIconOverlay to a particular file? For example, I have the file test.txt and I want to assign the icon overlay to exactly this file. Edited October 19, 2011 by chipDE
Yashied Posted October 19, 2011 Posted October 19, 2011 Assign where? In your script, or Windows Explorer? My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
chipDE Posted October 20, 2011 Author Posted October 20, 2011 (edited) An example. I have a folder on the computer with different files. A file of this means house.jpg. Now I would like to add with my Autoitscript an icon overlay to house.jpg. But permanent and not only at runtime of the script. Edited October 20, 2011 by chipDE
Carmeruk Posted June 5, 2015 Posted June 5, 2015 I know this is quite old now but I'd like to +1 this. I'd like to be able to use Autoit to provide a permanent icon overlay of my choosing on folders and subfolders. Anyone have an idea how this might be achieved? TIA
ViciousXUSMC Posted June 5, 2015 Posted June 5, 2015 (edited) My method is using AutoIT to wrap around Irfanview and use Irfanviews batch processing via cmd.There are several autoit image on image scripts out there, but they are a bit more limited in flexibility. As far as +1'ing I think a 4 year old thread is gone enough that you can start yourself a new thread and state exactly what you need/want in the first post rather than bumping an older thread that really does not have any useful information in it. Edit: Actually proved my own point on accident my above responce was the answer to chipDE and what he was trying to do, sounds like you just want to change the windows shell icons for folders, else not sure what your goal is. Edited June 5, 2015 by ViciousXUSMC
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