External Resources?

  • Thread starter Thread starter Tomer
  • Start date Start date
T

Tomer

Hi,

I would like that my application have an external resource file (like ini
file).
This resource file will contain various strings for the application itself
(text for forms,messages,etc)
It will also require that an end-user will be able to edit this resource on
his own.
This way, with any change in the application text, there won't be any need
to compile the code again.

What would you recommend me to do?

Tomer.
 
The .NET way would be using Configuratoin classes and .config file.
SDF includes the implementation of the Configuration for CF.
 
Back
Top