VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code allows to extract icons from .dll and .exe files

bader  (7 Submissions)   Graphics   Visual Basic 5.0   Unknown Difficulty   Sat 8th January 2000   Mon 8th February 2021

This code allows to extract icons from .dll and .exe files

API Declarations



Global lIcon&
Global sSourcePgm$
Global sDestFile$

Declare Function ExtractIcon Lib "shell32.dll" Alias "ExtractIconA" (ByVal hInst As Long, ByVal lpszExeFileName As String, ByVal nIconIndex As Long) As Long
Declare Function DrawIcon Lib "user32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal hIcon As Long) As Long
Declare Function DestroyIcon Lib "user32" (ByVal hIcon As Long) As Long


Rate This code allows to extract icons from .dll and .exe files (1(1 Vote))
This code allows to extract icons from .dll and .exe files.bas

This code allows to extract icons from .dll and .exe files Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters