Hey All,
I am generating a large VB project from a third party application. The
application has some limitations. Once generated, I have to search
through my project and manually replace about a dozen blocks of code. I
also need to insert an extra function or two into each class.
After doing this about 100 times I realised "Hey I'm a programmer, I
should be able to do this programmatically, right?"
I have had a look through the vb addin wizard and associated help files,
but can see no easy way to do a mass "search and replace" through out my
project. It seems the VB IDE maintains a confusing assortment of lines
numbers.
Does anyone know of (or have a routine for) a search and replace within
the VB IDE? It would be great if I could do this as an add in.
Any help, pointers or just a place to start would be welcome.
Cheers,
Padgett