VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

String Table Resource file viewer

Florian Santi Development  (1 Submission)   Windows API Call/Explanation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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.

API Declarations
LoadLibrary
FreeLibrary
RtlMoveMemory
FindResourceEx
LoadResource
LockResource
SizeofResource
FreeResource

Rate String Table Resource file viewer (6(6 Vote))

Download String Table Resource file viewer

String Table Resource file viewer Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters