Alternative IDE for VB6 and VBA -


i've been spoiled visual studio 2008 , eclipse , have little maintainence work on vb6 app.

does know of alternative/ updated ide vb6?

a rewrite not option i'm fixing couple of bugs , it's big codebase.

i have never heard of alternative ide vb6. however, these 2 (free) vb6 add-ins indispensable , make life easier - if there lot of code. equally effective vba in microsoft office.

mz-tools: provides superb collection of ide tools - finding unused variables, unused methods, great "search all", code snippets. written carlos j. quintero, whom owe hours , hours of time.

http://www.mztools.com/v3/mztools3.aspx

and smartindenter, takes care of auto-indenting. 1 thing , well.

http://www.oaltd.co.uk/indenter/default.htm

screencap of mz-tools menu


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -