Hello,
I'm still pretty new at this so all suggestions are much appreciated. When I set the button background image in properties, it looks great. When the button is clicked, the image needs to change. I tried to use an image list like this:
btnSample.BackgroundImage = ImlStimuli.Images.Item(0)
and I tried loading them from a file. I can get them to read, but the image always turns out blurry or distorted. I've tried all variations of alignment, BackgroundImageLayout like stretch/zoom/centered, and I changed flat style, but nothing has worked. Is there a setting or something that I'm missing in properties?
Please help and thanks in advance!