Does anyone know a method other than string table to store strings in resource.. cause i would like to store only one or two string ...and avoid string table as if i use FindResource() function it will load a whole block of strings
I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment to read in a string ...