Smartphone 2003 - File Locations

  • Thread starter Thread starter Sergio Barretto
  • Start date Start date
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.
 
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.
 
Back
Top