Re: for the VB6 experienced

Tech-Archive recommends: Speed Up your PC by fixing your registry



Rick wrote:
Is there any where on the web any way to do code cleaning on VB6?
Maybe a complement for VB6?

For instance, I need to know how can I elimine a function or a sub
that is not being used? (without testing the name for each function
individuallly.

Check out VB Analyzer at http://www.aivosto.com/

There's a free demo that will handle smallish projects.

--
Jim Mack
MicroDexterity Inc
www.microdexterity.com
.



Relevant Pages

  • Re: for the VB6 experienced
    ... Maybe a complement for VB6? ... I need to know how can I elimine a function or a sub that is ...
    (microsoft.public.vb.general.discussion)
  • Re: ComClass + Events
    ... verwende statt Events lieber Callback. ... erstelle eine Klasse in der du die Referenz vom VB6 Objekt merkst, ... ' A creatable COM class must have a Public Sub New() ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: ComClass + Events
    ... verwende statt Events lieber Callback. ... erstelle eine Klasse in der du die Referenz vom VB6 Objekt merkst, ... ' A creatable COM class must have a Public Sub New() ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: Handle leak in Windows 2003 Authorization Manager?
    ... Since the sample is in VB6, ... releases it's objects when the sub terminates. ... > keep the Authz context around as long as the app keeps the AzMan context ... > Best regards, ...
    (microsoft.public.platformsdk.security)
  • VB6 + VC++ : how to avoid flicker?
    ... I create a simple VB6 Window application (a void form) and I define ... Private Sub Form_Load ... VB6 draws on the screen. ...
    (microsoft.public.dotnet.languages.vc)