Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are resource files and how do we generate resource files
What are resource files and how do we generate resource files?
✍: Guest
Resource files are files which contain program resources. Many programmers think resource
files for only storing strings. But you can also store bitmaps, icons, fonts, wav files in to
resource files.
In order to generate resource file you need click on tools – generate local resource as
shown in the figure below. Do not forget to keep page in designer view or else you will not
see the option. Once you generate the resource file you will see the resx file generated in
the solution explorer.
If you see the resource file it has basically key and the value for the key.
If you see the above figure the key is basically the object name. You can see the Label1
has some value stored in the resource file.
2007-11-01, 4752👍, 0💬
Popular Posts:
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?...
How do I use forms? The basic syntax for a form is: <FORM ACTION="[URL]">...&l t;/FORM>Wh...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...
What are the five levels in CMMI? There are five levels of the CMM. According to the SEI, Level 1 – ...