CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    2

    VB project settings

    hi,
    Does anyone know how to programmatically read the project settings of a VB 6 Dll. eg: Retained in memory, unattended execution etc


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: VB project settings

    Do you mean read the .vbp file or get this from the compiled .dll file? if it's from the .vbp file - then just use your favorite method for reading text files and loop through the file. if it's from the DLL file - then i'm not sure there is a way.

    John



    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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