How to find/copy image stored into ImageList controls
Windows Forms
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I want to copy image stroed in the imagelist controle. which location these images are stored? Is any way by which we can find/copy these image Design or runtime?
-
Hi all, I want to copy image stroed in the imagelist controle. which location these images are stored? Is any way by which we can find/copy these image Design or runtime?
Do you mean sort of this
ImageList1.Images(i).Save(ByVal filename As String)
-
Do you mean sort of this
ImageList1.Images(i).Save(ByVal filename As String)
Dear Goutam , I have tried this ImageList1.Images(i).Save("C:\Test.jpg") Each time file is storing in a given path but when I am trying to open the image then image is not showing. image size is 1 KB. Thanks.