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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top