How to put a file to the emulator

F

Frank Kreißel

Hi,

I have just written my first program for pocket PC and it works as well on a
real PDA and on the Emulator.

But now my program should read a file in the PDA - it works too on the real
PDA, but I don't know how to put the file to the emulator.

Can anybody help me in this "fundamental" problem?

Regards
Frank Kreißel
 
S

Simon Hart

An easy way is to add the file to your VS.NET project and set its file
properties "Build Action" to "Content".

Regards
Simon.
 
M

Mark

I had the same problem.

You can use the Device Emulator Manager from the tools menu in visual
studio. Connect to the emulator then cradle it and ActiveSync should
kick in and allow you to explore the files just like the real device.
 

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