Display change icon dialog using SHChangeIconDialog API
Display change icon dialog using SHChangeIconDialog API
Rate Display change icon dialog using SHChangeIconDialog API
(1(1 Vote))
Dim fname As String
Dim index As Long
Dim rval As Long
fname = "C:\windows\explorer.exe"
rval = SHChangeIconDialog(hwnd, fname, 0, index)
If rval Then
MsgBox fname & Chr(13) & "Index = " & index
End If
End
End Sub
Display change icon dialog using SHChangeIconDialog API Comments
No comments yet — be the first to post one!
Post a Comment