T
thedebugger
Dear Friends,
I am making one RSS News Reader Desktop application in c#. Where I will show
the images from website. I am generating xml file on server. like
http://www.zeetelevision.com/myxml.xml
Problem is
PictureBox1.Image =
Image.FromFile("http://www.zeetelevision.com/images/today.jpg");
Its giving me error, URI path not supported..
How should I do this. What is the right way?
Regards
Sachin Korgaonkar
I am making one RSS News Reader Desktop application in c#. Where I will show
the images from website. I am generating xml file on server. like
http://www.zeetelevision.com/myxml.xml
Problem is
PictureBox1.Image =
Image.FromFile("http://www.zeetelevision.com/images/today.jpg");
Its giving me error, URI path not supported..
How should I do this. What is the right way?
Regards
Sachin Korgaonkar