.DLL e IMAGENES (.BMP, .ICO, .JPG)

HMG en Español

Moderator: Rathinagiri

User avatar
AUGE_OHR
Posts: 2096
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: .DLL e IMAGENES (.BMP, .ICO, .JPG)

Post by AUGE_OHR »

hi,

have re-write Sample of in MiniGUI Extended Version
DLLICONS.ZIP
(8.85 KiB) Downloaded 98 times
i found (working)

Code: Select all

HB_FUNC( EXTRACTICONEX )
HB_FUNC( C_SAVEHICONTOFILE )
Code can be used with HMG when change

Code: Select all

HB_STORVNL
into

Code: Select all

HMG_storvnl
under 32/64 Bit

i put all "C" Code into HB_FUNC.PRG so you can link it with HMG
my Sample include a "List" of \Windows\System32\*.DLL where you can "extract" Icon
have fun
Jimmy
Post Reply