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



"RLN" <nospam@xxxxxxxxxx> wrote in message
news:e8zE59WGHHA.3668@xxxxxxxxxxxxxxxxxxxxxxx

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

I'm pretty sure this'll do it..

DeepLook 4.9
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=59297&lngWId=1

--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm


.



Relevant Pages

  • Re: Parsing through a .VBP file to list forms used
    ... Open the vbp file, parse through it to get the names of the form ... Then open each form file and parse through it. ... Is there a way either with a custom VB6 app or 3rd part shareware ...
    (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)

Loading