resource file

  • Thread starter Thread starter R Tirchet
  • Start date Start date
R

R Tirchet

I am looking for a vb.net sample using resource files
to customise an application

thanks
 
Hi
The best way to find that is to search for "localize" on MSDN
You will be overwhelmed
Succes
Cor
 
i don't want to use the localization classes
I d' prefere to use olf fashion resources file even if it's to localize
application
 
chanchan said:
i don't want to use the localization classes I d' prefere to use
olf fashion resources file even if it's to localize application

You can add a Win32 resource file by specifying the "/win32resource" option
when compiling with the "vbc" compiler. Notice that you have to use PInvoke
to load the resource data.
 
Back
Top