I want to load an image (.png) onto a button at runtime without using an imagelist.
The reason I do not want to use an imagelist is because the image quality deteriorates (goes all pixely) when an imagelist is used.
If I assign an image to a picturebox image property the image looks fine.