External Resources?

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.
 
A

Alex Yakhnin

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

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