|
-
Feb 7th, 2001, 02:57 PM
#1
Thread Starter
New Member
Anybody knows if I can switch between 2 or more diferent resource files at execution time in VB?
Thanks
Ruben (Uruguay)
-
Feb 7th, 2001, 03:14 PM
#2
Fanatic Member
Not as far as I know! Only one resource file can be included in each project, so you must think of another soloution.
Perhaps creating a few ActiveX DLLs with their own resource files, then call a function in that DLL to return a value from it's resource file.
-
Feb 7th, 2001, 03:33 PM
#3
No, but if you'd like to create a multilingual program, it is possible to include Strings and Images for several languages into a single resource file.
I don't know how to extract the different languages, but the possibility is there for you to use.
Just take a peek at the resource editor included with VB6 (Pro/Enterprise?)
Gerco.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|