VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Display change icon dialog using SHChangeIconDialog API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 18th January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Display change icon dialog using SHChangeIconDialog API

Rate Display change icon dialog using SHChangeIconDialog API



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

Download this snippet    Add to My Saved Code

Display change icon dialog using SHChangeIconDialog API Comments

No comments have been posted about Display change icon dialog using SHChangeIconDialog API. Why not be the first to post a comment about Display change icon dialog using SHChangeIconDialog API.

Post your comment

Subject:
Message:
0/1000 characters