|
Resource Database Editor
-
Version
2.4.1
With this editor it is possible to build EXE file
independent resource files, which can be read by any
project over a DLL at runtime. This way, for example,
also multilingual applications could be built easily.
You can just read the strings at runtime in the
language you need at the moment. But not only strings,
but also images, audio files, videos and every other
type of files can be saved within the resource files
and embedded at runtime (e. g. displaying of language
specific videos possible).
While installing the editor, multiple example projects
are also installed that show you the handling of the
DLL file.
Embedding within C# and also Visual Basic is absolute
trouble-free. Additionally compiled DLL versions for
the .NET Framework 1.1 and the .NET Framework 2.0/3.x
are included. This way it integrates seamlessly into
your project. If you work with .NET Framework 1.1, you
|