-
.NET ClassBuilder
Even though I didn't use the VB6 ClassBuilder that much and there is less typing to make a class in .NET, I've decided to make a ClassBuilder Add-in for .NET. The reason I didn't like the VB6 ClassBuilder was because I used a different naming convention that 'mvarVariableNameHere' and I hated all the comments it added. So I figured I'd make this one flexible enough that the user can beside these things. I've got a decent chunk of it done, but figured if anyone was bored and wanted to lend a hand they are welcome to.
Here is what I have so far, its not in Add-in form yet though.