TweakVB was started as an experiment to see just how much
Assembly and C could be directly integrated with Visual Basic. Over
time, the project grew into a much more powerful Add-In, including
the ability to integrate assembly code inline with your Visual Basic
code and much more.
This tool is intended for those advanced Visual Basic developers that
need the extra speed and power of C or assembler but don't want the
headache of dealing with additional DLLs to distribute or maintain.
With TweakVB, all your code is compiled right into your Visual Basic
executable.
With the inline assembler capabilities of TweakVB, you can even write
most of your code in Visual Basic, and insert just the few assembly
instructions that you need, where you need them.