VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



String Table Resource file viewer

by Florian Santi Development (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

Download String Table Resource file viewer

Download String Table Resource file viewer (8 KB)

String Table Resource file viewer Comments

No comments have been posted about String Table Resource file viewer. Why not be the first to post a comment about String Table Resource file viewer.

Post your comment

Subject:
Message:
0/1000 characters