You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
.NET Windows Forms applications use Resx files
to store metadata with each form. Resx files
contain designer metadata as well as graphics
(i.e., bitmaps, icons). These files also contain
Legacy ActiveX control property settings and binary
information needed for Interoped controls (i.e., OCXState).
You will need Resx files in order to maintain
your user interface components with the .NET
designer and to display .NET user interfaces
at run time.
Select [Tools/Author Resx Files] to create Resx files for your migration
project.
This option will create a cache of resx files for each migration unit in
the migration project. These will be included in your target projects
as needed.