0
Is there a way to add pictures in C# compiler
Tahst the question
2 Réponses
+ 2
External links -
https://www.homeandlearn.co.uk/csharp/csharp_s4p8.html
Hope this helps
Have a great day ;)
+ 4
Abdullah Khan
do you mean something like this
List<Image> imageList = new List<Image>(); imageList.Add(Bitmap.FromFile(YourFilePath));