Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
VB6 Project - what is needed?
Old
  (#1)
Mike Klaene
Guest
 
Posts: n/a
Default VB6 Project - what is needed? - 06-04-2007, 09:45 AM

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
..

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: VB6 Project - what is needed?
Old
  (#2)
Rowland
Guest
 
Posts: n/a
Default 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.


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: VB6 Project - what is needed?
Old
  (#3)
M. Posseth
Guest
 
Posts: n/a
Default Re: VB6 Project - what is needed? - 06-04-2007, 09:46 AM


vb will not allow you to remove a reference that is beeing used in the
project


so try to remove them and there is your answer :-)


M. Posseth [MCP VB6 ]

"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
> .
>



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top