I would like to display a promotional image within a PicutreBox
in my app, but this image will vary depending on the promotion the Company is making.
Is there any code that PictureBox
shows a certain image that is hosted somewhere?
Something like HTML, when we need to pull an image from a Host or FTP, we use:
src="img/logobranco.png"
Some C # code that does the same function?