Results 1 to 3 of 3

Thread: Switching a resource file in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    MONTEVIDEO, URUGUAY
    Posts
    15

    Angry

    Anybody knows if I can switch between 2 or more diferent resource files at execution time in VB?

    Thanks

    Ruben (Uruguay)

  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810
    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.
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width