How to import an external file?

  • Thread starter Thread starter Kenny Rymes
  • Start date Start date
K

Kenny Rymes

Hello

I have a picture which I want to show in a picturebox

On the desktop I can do it like this:

PictureBox1.Image = Image.FromFile(Application.StartupPath &
"\data\mysmartphone.jpg")

How is it done on the cf?

Thanks

Kenny
 
Back
Top