G
Guest
I want to show a pic using pictureBox in my app.
I use the following code:
pictureBox1.Image=new Bitmap("MMS.jpg");
It works fine when running on my PC. But it fails when running my app
"client.exe" on my pocket pc.(MMS.jpg and client.exe are under the same
directory)
Any help would be greatly appreciated.
Thanks
I use the following code:
pictureBox1.Image=new Bitmap("MMS.jpg");
It works fine when running on my PC. But it fails when running my app
"client.exe" on my pocket pc.(MMS.jpg and client.exe are under the same
directory)
Any help would be greatly appreciated.
Thanks