Ive played with freeware programs that do something similiar. Why pay for TweakVB?
The freeware programs that we’re aware of fall into two camps. Those in the first simply replace the LINK.EXE program with a stub that allows you to perform some modifications to the link process. While this is certainly workable, it requires changes to your installation that can be easily forgotten and render your system non-standard. Furthermore, your Visual Basic code doesn’t drive the process. You have to configure additional external files for that, which complicates things. Those in the second camp work much like TweakVB in that they function as Add-ins to VB and intercept the compile process. Their general problem is that they don’t account for many of the minor issues inherent in altering VB’s functionality at this level, so they require considerable manual effort each and every time you compile. TweakVB requires absolutely no intervention at compile time. Further, TweakVB uses a system of TAGS directly in your source code, at the point where they actually have an effect. This