Question
2
Replies
29
Views
Posted: April 8, 2019
Last activity: April 8, 2019
Closed
Solved
Can Windows Form display image file?
Hi. One of our customers needs to display image file in Windows Form. How can we achieve it?
*I found ImageList component in the Toolbox, but I couldn't find any description on it in the help pages.
The ImageList is a .Net control and you can find its documentation on MSDN. If you want to display a single image, look at the PictureBox control.
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.imagelist?view=netframework-4.6.1
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.imagelist?view=netframework-4.6.1