Smartphone 2003 - File Locations

S

Sergio Barretto

Hi There,

I'm new to .Net Compact Framework and Smartphone 2003
Development. I wonder if anyone could help me with the
following issues:

1- Where are my applications files kept when I use the
emulator or deply the application?

2- How can I perform file I/O, for example, to keep
persistent app data recorded.

3- How can I place a folder and app icon in Smartphone
Emulator start menu?

Thanks,
Sergio.
 
E

Edward Xu [MSFT]

1. If you use an emulator or deploy the appilcation to a device using VS
studio.NET 2003, you should be able to find the file location in the
"output File folder" in your project property page.

2. It depends on the programming language you're using,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cscon/html/
vclrfcodewritingtotextfilevisualc.asp
provides examples for C#

3. If you put your folder under \Storage\windows\start menu directory, it
should appear at the emulator start menu.

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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