| View previous topic :: View next topic |
| Author |
Message |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sat Dec 31, 2005 9:58 am Post subject: Check if an exe contains any icons [RESOLVED] |
|
|
Is it possible determine if a file contains no icon(s)
Or to retrieve info about what bmps are loaded into a table
I'm using a modified version of FreezingFire's code "Obtain icon for a file (to use with a BITLIST or TABLE)"
< http://www.vdsworld.com/forum/viewtopic.php?t=1886&highlight=bitlist+bmp >
to load icons and bmps into a table. But when an exe file has no icon there is no icon added for that table row. _________________ cheers
Dave
Last edited by DaveR on Sun Jan 01, 2006 12:36 am; edited 1 time in total |
|
| Back to top |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sat Dec 31, 2005 12:30 pm Post subject: |
|
|
Solved!
I just used ICOTOBMP and then checked that the bmp was not 0 bytes.
Though I'm still curious as to how to check if a table item has a bmp loaded. EDIT: ok, it seems you can not... _________________ cheers
Dave |
|
| Back to top |
|
 |
|