moving folder with images on emulator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi i want to know how to deploy folder with images on emulaotr i had tried
different things like add folder to solution, but automatic deployment does
not move folder to emulator, how to do that i m using C# 2005.
 
A quick solution is to place your content files in a folder on the desktop
pc and setup the emulator share folder - this will then appear as the
Storage Card folder on the emulator. Alternatively if you add content files
to a project they will be deployed to the project folder and you will need
to manually (or programmatically) create the folder and move the files.

Peter
 
Back
Top