VBMaximizer

Introduction

VBMaximizer is an add-in for VB 6, from VB-2-The-Max, which extends the functionaltiy of the VB IDE with extra commands and a code librarian. Once installed, you see a rather intimidating array of toolbar items added; there are over 70 commands to make your life as a developer easier.

There are various commands available for your code. These include splitting and joining lines using the _ command, sorting lines, adding line numbering, add/remove $ functions (ie converting Mid, which returns variants, to Mid$, which returns a string), create a Select Case block for items in an enum statement, and generate a MsgBox command. As if this wasn't enough, there are also an extended range of clipboard options, as well as enhanced find/replace, and a 'Select expression' command.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”