Does anyone know how to create and use resource files in VB5?
Printable View
Does anyone know how to create and use resource files in VB5?
first, see my post in this thread: http://forums.vb-world.net/showthrea...threadid=19264
to use the .res file, add it to your project through "Add File..." then make sure "Related Document" is checked. Once it is added, use the LoadResData, LoadResText, etc. functions, which are documented in VB's help files.