VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Gets all images from an image list and puts them into a normal list

by Elliot Harris (3 Submissions)
Category: Graphics
Compatability: VB.NET
Difficulty: Unknown Difficulty
Originally Published: Sun 3rd September 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Gets all images from an image list and puts them into a normal list

API Declarations


'Elliot Harris
'[email protected]
Dim ICount As Integer
Dim Scount As Integer


Rate Gets all images from an image list and puts them into a normal list



If Scount < ICount Then
Scount = Scount + 1
List1.AddItem IL.ListImages(Scount).Key
End If
End Sub

Download this snippet    Add to My Saved Code

Gets all images from an image list and puts them into a normal list Comments

No comments have been posted about Gets all images from an image list and puts them into a normal list. Why not be the first to post a comment about Gets all images from an image list and puts them into a normal list.

Post your comment

Subject:
Message:
0/1000 characters