Display jpg via http url
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
Re: Display jpg via http url
Thank you Antonio!
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
Re: Display jpg via http url
Hi Antonio,
Where do I get urlmon.dll?
Where do I get urlmon.dll?
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Display jpg via http url
Dear Darrell,
It is a Windows DLL so it is available by default
It is a Windows DLL so it is available by default
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Display jpg via http url
Very Simple: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.
Code: Select all | Expand
cUrl := "https://www.jesmondfruitbarn.com.au/wp-content/uploads/2016/10/Jesmond-Fruit-Barn-Oranges.jpg"
XIMAGE( cUrl )
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.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India