Page 1 of 1

Re: Display jpg via http url

Posted: Thu May 04, 2023 5:32 pm
by cdmmaui
Thank you Antonio!

Re: Display jpg via http url

Posted: Thu May 04, 2023 5:33 pm
by cdmmaui
Hi Antonio,

Where do I get urlmon.dll?

Re: Display jpg via http url

Posted: Thu May 04, 2023 5:42 pm
by Antonio Linares
Dear Darrell,

It is a Windows DLL so it is available by default

Re: Display jpg via http url

Posted: Sat May 06, 2023 3:16 pm
by nageswaragunupudi
Is there an example that can show me how to display a jpg file from an http link in a popup window or dialog? Nothing fancy, just a simple window to display a 320x240 jpg to the user, with the ability to close the window after review.
Very Simple:

Code: Select all | Expand

cUrl := "https://www.jesmondfruitbarn.com.au/wp-content/uploads/2016/10/Jesmond-Fruit-Barn-Oranges.jpg"
XIMAGE( cUrl )
Image

First run this two line program and then you will know how to use it with other URLs.
No need to copy locally.
All FWH image functions directly fetch the image from the URL and display.