Link to home
Start Free TrialLog in
Avatar of vamsankar
vamsankar

asked on

How to load the image into PictureBox?

Hello All,

I want to display image dynamically from my website to my windows mobile application.

For example,
string StrFile = "http://www.mysite.com/images/test.jpg";
pictureBox.Image = StrFile;

Thanks and Regards,
Sankar M
ASKER CERTIFIED SOLUTION
Avatar of alexey_gusev
alexey_gusev
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial