Anybody knows if I can switch between 2 or more diferent resource files at execution time in VB?
Thanks
Ruben (Uruguay)
Printable View
Anybody knows if I can switch between 2 or more diferent resource files at execution time in VB?
Thanks
Ruben (Uruguay)
Not as far as I know! Only one resource file can be included in each project, so you must think of another soloution.
Perhaps creating a few ActiveX DLLs with their own resource files, then call a function in that DLL to return a value from it's resource file. ;)
No, but if you'd like to create a multilingual program, it is possible to include Strings and Images for several languages into a single resource file.
I don't know how to extract the different languages, but the possibility is there for you to use.
Just take a peek at the resource editor included with VB6 (Pro/Enterprise?)
Gerco.