Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL to VB

Status
Not open for further replies.

RaulMA

Programmer
Apr 4, 2006
19
US
I obnained the following code by using a tool.
Could some one help me to create a visual basic code for the corresponding dll translation.



STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
100, "mp"
101, "224 West Esp"
102, "New York"
103, "NY"
104, "000000"
105, "USA"
106, "Address/Intersection"
107, "City"
108, "State/Province"
109, "Zip/Postal Code"
110, "Country"
111, "}
 
Er ... these are just Resource File entries. How are you expecting to use them as a DLL?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top