| Re: VB6 Project - what is needed? -
06-04-2007, 09:45 AM
"Mike Klaene" <EMAIL REMOVED> wrote in message
news:WH2Uc.522$EMAIL REMOVED...
> Hello,
> I am a complete newbie when it comes to both VB and Windows programming.
> My background is ***embler/COBOL on mainframes and C on UNIX and MS-DOS.
> Having been laid off I have entered the world of freelance contract work.
>
> Here is my problem.. A client gave me the source and .vbp and a .exe for
> a LARGE project to which changes are needed. How do I determine,
> reliably, which external modules/references are really used?
>
> Thanks,
>
> Mike
> .
Open the project file (.vbp).
On the menu, click Project -> References...
This will give you a list of all the external libraries that have been
imported (if it's ticked it's in). Whether they have actually been used or
not is another matter.
Rowland. |