transfer into the emaulator

  • Thread starter Thread starter Justin
  • Start date Start date
J

Justin

hello - I am sure this is easy but I can not find anything about it. I want
to transfer an image into the emulator, so that when I use a file show
dialog I can see the file. I have tried adding to the project as content
but the file dialog does not show the file.

If anyone can assist I would be grateful,

Justin.
 
thanks for the reply, but when I use the openfiledialog I can not see the
files I have transferred into the emulator via adding them to the project as
content.

Thanks,

Justin.

--
 
Justin, OpenFileDialog always points to the folder/files under My
Documents on PPC.
So your file that is added ass content will not be shown there.
Even if you set the initial directory to the OpenFileDialog it will
point to the same Personal folder under My Documents. That is the
design of the PPC (Limitation!!!)

Check out these links for more help.
http://www.devx.com/dotnet/Article/27460

And here is a solution for you from Peter Foot.
http://www.peterfoot.net/FolderBrowserDialogForWindowsCE.aspx

Hope this helps,

Cheers,
Arun.
www.innasite.com
 
Back
Top