loading image from url (pocket pc client)

hi... i want to create simple application that view image from http. I'm using c# in visual studio 2003. So i created this coding this view the image.



bmp =new Bitmap(//192.168.1.12/aku.jpg);pbGambar.Image" href="http://192.168.1.12/aku.jpg);pbGambar.Image">http://192.168.1.12/aku.jpg);
pbGambar.Image = (Image) bmp;


i compile it and run. But it say not supported URI format. Another way? or example ?

[828 byte] By [xcv] at [2007-12-16]