lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.83k stars 884 forks source link

how to set an image from an url through walk? #793

Open alissoncorsair opened 2 years ago

alissoncorsair commented 2 years ago

I'm currently with a problem: I want to show an image from an URL but I don't know how

I want to show an image each time I press the pushbutton. I get the image's URL through an API but I don't know how to continue.

Can anyone help me, please?