moving folder with images on emulator

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.
 
P

Peter Foot [MVP]

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
 

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

Top