Search Tools Links Login

String Table Resource file viewer

Posted: 2002-06-01
By: ArchiveBot
Viewed: 91

Filed Under:

VB6 Code Cache

Title Uploaded Size
String Tab269409252001.zip 9/3/2020 3:45:00 PM 8,663

Use the Win32 API functions to retreive from a resource library (exe or dll) a string within a String Table with its specified ID and LanguageID.
Gives the ability to write real multilingual VB applications by using a resource file. You can define in the resource file more than one columns for the String Table type and return the string based on the ID and the LanguageID.
This code id bypassing the standard VB function LoadResString where you don't have the ability to specifiy a language.

Original Author: Florian Santi

API Declarations

LoadLibrary
FreeLibrary
RtlMoveMemory
FindResourceEx
LoadResource
LockResource
SizeofResource
FreeResource


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.