Re: Parsing through a .VBP file to list forms used



Yes. Open the vbp file, parse through it to get the names of the form
files. Then open each form file and parse through it. They are
symmetrically organized and you can get all of what you mentioned. If
you need more information, email me directly. I wrote an app that does
that and much more.

RLN wrote:
Re: VB6

Is there a way either with a custom VB6 app or 3rd part shareware
product that will let you parse through a .VBP file of the current
project and retrieve a list of forms with their current properties, as
well as the controls within those forms and their current properties?

Thanks,
RLN

*** Sent via Developersdex http://www.developersdex.com ***

.



Relevant Pages

  • Re: Parsing through a .VBP file to list forms used
    ... Is there a way either with a custom VB6 app or 3rd part shareware ... product that will let you parse through a .VBP file of the current ...
    (microsoft.public.vb.com)
  • Parsing through a .VBP file to list forms used
    ... Is there a way either with a custom VB6 app or 3rd part shareware ... product that will let you parse through a .VBP file of the current ...
    (microsoft.public.vb.com)
  • Re: Ahh - Cant open my vbp?
    ... > go to that directory and note that you have more than one *.vbp file. ... without destroying your original source files. ... replicated what's in the test proj in my proj, ... (binary and form file). ...
    (microsoft.public.vb.general.discussion)

Loading