VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

If you use the Shell Icons you will need this...

DoctorMO  (3 Submissions)   Graphics   VB 6.0   Unknown Difficulty   Thu 2nd August 2001   Mon 8th February 2021

If you use the Shell Icons you will need this...

API Declarations


Public Const SMALL_ICON As Integer = 16
Public Const DI_NORMAL = 3
Public Declare Function DrawIconEx Lib "user32" (ByVal hdc As Long, ByVal xLeft As Long, ByVal yTop As Long, ByVal hIcon As Long, ByVal cxWidth As Long, ByVal cyWidth As Long, ByVal istepIfAniCur As Long, ByVal hbrFlickerFreeDraw As Long, ByVal diFlags As Long) As Long
Public Declare Function ExtractIconEx Lib "shell32.dll" Alias "ExtractIconExA" (ByVal lpszFile As String, ByVal nIconIndex As Long, phiconLarge As Long, phiconSmall As Long, ByVal nIcons As Long) As Long

Rate If you use the Shell Icons you will need this... (1(1 Vote))
If you use the Shell Icons you will need this....bas

If you use the Shell Icons you will need this... Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters