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 nil
DEFINE DIALOG oDlgR FROM 10,10 TO 30,60
@ 02,02 XIMAGE oImg SIZE 60,60 OF oDlgR FILE mfoto
ACTIVATE DIALOG oDlgR CENTER
XImage( mfoto )
Otto wrote:Hello,
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
nageswaragunupudi wrote:we can use
- Code: Select all Expand view
XImage( mfoto )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 47 guests