Jump to content
  • Sign Up

Winform Picturebox


Thiraz.4279

Recommended Posts

@"Thiraz.4279" said:https://render.guildwars2.com/file/C717AF4E6EF8CD027938CD6DE97E9E68FEA6ED0A/591460.pngthis is an example, it comes from the API

Works for me. Does it work for you in your browser? I'm strongly suspecting that your issue actually lies with the programming language, not the resource.

Also, please, for all that is holy, don't directly fetch from the API every time you need the image data. Cache that stuff.

Link to comment
Share on other sites

I am using C# and it is working in my browser too.I try to use the following:

pictureBox.Load(pictureUrl)

and This is where I get my Exception (500)

I am still new at developping software, I am making this one for personal use and for practice

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...