You can create a file with any name you want, but if you intend to write to
it make sure it's in a place that can be written to on Vista and other
restricted systems. That means not anywhere in \Program Files or other
restricted locations. Usually the best way to go about things is to:
A. Write an INI file to <LocalAppData>, which you can find using the API
function ShGetFolderPath.
B. Use the application user settings provided by VS.
C. Write your settings to the registry in the HKCU hive.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hello,
>
[quoted text clipped - 7 lines]
>
> Ramon
Ramon Espuga - 26 Oct 2007 09:11 GMT
Lots of thanks Ken for your rapid response. Looking to the three options I
prefer writing a file to disk, I have been looking for some examples into the
web but I haven't found any useful for me, can you give me some link or
example in how to do this?
In the other hand, you are talking about application user settings provided
by VS, are there application user settings in Visual Studio 2003? I haven't
found it
Ramon
> You can create a file with any name you want, but if you intend to write to
> it make sure it's in a place that can be written to on Vista and other
[quoted text clipped - 19 lines]
> >
> > Ramon