tonydev314
New Member
- Joined
- Oct 1, 2022
- Messages
- 26
- Office Version
- 2013
- Platform
- Windows
I have a user form with 4 image controls which are populated at run time.
I need the user to be able to see which if any of the images is currently "active", and if none, allow the user to select one.
The trouble is that I appear to be limited to a thin border (Single). I've also tried the SpecialEffect property - both of these DO identify the correct image, but they don't exactly jump out at you! Ideally I'd want a 3+px border around the object of interest.
I'm toying with the idea of using containers that host each image control so I could use the background property on them, but wondering if there's a simpler solution.
I need the user to be able to see which if any of the images is currently "active", and if none, allow the user to select one.
The trouble is that I appear to be limited to a thin border (Single). I've also tried the SpecialEffect property - both of these DO identify the correct image, but they don't exactly jump out at you! Ideally I'd want a 3+px border around the object of interest.
I'm toying with the idea of using containers that host each image control so I could use the background property on them, but wondering if there's a simpler solution.