Hi,
Is it possible to get logos of certain websites ?
Hi,
Is it possible to get logos of certain websites ?
#include "fivewin.ch"
FUNCTION Main()
LOCAL oDlgR, oImg, mfoto
mfoto  := "https://bcnsoft.com.ar/wp-content/uploads/2020/08/Soluciones-Digitales-para-Pymes.png"
DEFINE DIALOG oDlgR FROM 10,10 TO 30,60
  @ 02,02 XIMAGE oImg SIZE 60,60 OF oDlgR FILE mfoto
ACTIVATE DIALOG oDlgR CENTER
RETURN nilDEFINE DIALOG oDlgR FROM 10,10 TO 30,60
  @ 02,02 XIMAGE oImg SIZE 60,60 OF oDlgR FILE mfoto
ACTIVATE DIALOG oDlgR CENTERXImage( mfoto )Otto wrote:Hello,After this, we need to parse the webpage code and extract the image-links. Possible, but we need to write the code for it now.
I wouldn't use an unknown website (https://besticon-demo.herokuapp.com) for this task.
You can retrieve the entire webpage using the onboard Fivewin function: cData := WebPageContents(cUrl)
Best regards,
Otto
Mr. Otto
Very nice
Thank you.
BTW, FWH still can not display SVG format.
Hope to provide this very soon.
nageswaragunupudi wrote: we can useMuchas gracias Mr. Rao...XImage( mfoto )