Hi guys,
I'm considering writing an app in a couple languages. I think I should be using resource files for this. However, I've no idea how to do this.
As always your help is appreciated.
Printable View
Hi guys,
I'm considering writing an app in a couple languages. I think I should be using resource files for this. However, I've no idea how to do this.
As always your help is appreciated.
the ATM.vbp sample which comes with VB uses multiple languages in a resource file.
To create a Resource file, you need to use the Resource Compiler which is shipped with VB.
To retrieve resources from the RES file, use LoadResString, LoadResPicture and LoadResData.