CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Norway
    Posts
    32

    Resource file in VB.

    I'm familar with the resource file in Visual C++, and have heard that it is also available in VB.

    I need for having dialog lables on different languages in my application ....


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Resource file in VB.

    VB (6) comes with a REsourceEditor addin that allows to store Strings in different languages.
    It does not have support for DIALOG reources, though.


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

Featured