Jump to content
  • Sign Up

Winform Picturebox


Thiraz.4279

Recommended Posts

> @"Thiraz.4279" said:

> https://render.guildwars2.com/file/C717AF4E6EF8CD027938CD6DE97E9E68FEA6ED0A/591460.png

> this 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...