10-25-2006, 06:37 PM
Slowly extracts icons, especially from big exe files. If it is a toolbar, you can set "Quick Icons" option, which saves the image list to a file and next time quickly loads it instead of extracting icons from multiple files. If it is a menu, you can try to save all icons to an icl file, and then use
Item1 :command * icons.icl * 1
Item2 :command * icons.icl * 2
...
Or save to ico files.
Item1 :command * icons.icl * 1
Item2 :command * icons.icl * 2
...
Or save to ico files.
