02-26-2024 12:44 PM
I've read this thread, and it's close to what I'm after. I want to switch the image of an image control, but no rely on a path for the image source. I'd like to select it from the compiled binary. Possible?
I suppose a solution would be to just have individual controls with the images already loaded. And then show/hidew the controls? That seams clunky to me.
Solved! Go to Solution.
02-26-2024 04:10 PM
If you know the images to use at design time you could use a picture ring control set as an indicator and display the appropriate image depending on program state.
02-26-2024 05:25 PM
Well, how about that?! All these years, and I've never known about that control. That's perfect for me. Thanks!