PDA

View Full Version : feature request: osd popup: bitmap = executable (use icon)



Mark F
October 13th, 2002, 12:55 PM
I'll put this on the to-do list but I have no idea how to do this. Hence, I have no idea when it might get done.

Mark F
October 13th, 2002, 12:55 PM
Cool! The first two will do the trick. :)

I still don't know when I'll get this done but now I know how it can be done.

mcguyton
October 13th, 2002, 12:55 PM
This is just a feature request for the OSD Popup plugin.

I would like to select a bitmap from an executable as the display bitmap.
Would this be hard to add?

*.exe files could be selected, then you'd need a popup box to select which icon in the executable (if more than one existed).

Thank you.

mcguyton
October 13th, 2002, 12:55 PM
The CodeProject:
(ExtractIconEx)
http://www.codeproject.com/shell/iconextract.asp

(How to display the Pick Icon Dialog)
http://www.codeproject.com/shell/selecticon.asp

PCMag's explanation of getting icons:
(Inside IconJack32: ExtractIcon())
http://www.pcmag.com/article/0,2997,apn=7&s=1478&a=7510&app=5&ap=6,00.asp

I hope these links help. I'm not a programmer but they looked pretty useful :)