Forum Discussion
GomesGomes
Jan 12, 2021Copper Contributor
Resize URL Images to fit a bounding box in a form
Hi, I need some help achieving the following. How to limit URL image size in MS Access form. Reduce size to match the container. ie the image is large an exists at URL\xxxx. I want to pul...
Gustav_Brock
Jan 12, 2021Iron Contributor
You could study the demo that can be downloaded from my project https://github.com/GustavBrock/VBA.PictureUrl .
It scales the downloaded images to fit within the picture control.
GomesGomes
Jan 12, 2021Copper Contributor
Hi Gustav, Thank you for the response ...too complicated for my skill set.
- Gustav_BrockJan 13, 2021Iron Contributor
GomesGomes I guess not. The demo works right away, and the code is copy-paste.