Hi @Uwe Wiemer
You can put your images in a file and add them to the appropriate place in your code. For example, in the constructor of /, after calling with code like this: Resources.resxUserControlFormInitializeComponent()
_imageList.Images.Add(Resources.Image32)
_imageList.Images.SetKeyName(0, "Image32")
_myButton.Image = 0
The following StackOverflow post may be helpful to you:
ImageList: 32-bit Images lose quality
Best Regards
Qi You
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.