Like many programmers, I have a large collection of source code. I wrote this to ease
searching for text in vb files.
The file display uses Scintilla, so if you don't have SciLexer.dll here is the Url to get it.
https://www.vbforums.com/showthread....64#post5527764
Put the scilexer.dll where LoadLibrary can find it, depending on your OS.
To get started, click the button opposite 'Path to Search' to set the search path
then enter desired wild cards, I use *.frm;*.bas;*.cls;*.ctl
then enter a search term and press return
The ini class will remember all the combo box items for next use
Happy coding!
searching for text in vb files.
The file display uses Scintilla, so if you don't have SciLexer.dll here is the Url to get it.
https://www.vbforums.com/showthread....64#post5527764
Put the scilexer.dll where LoadLibrary can find it, depending on your OS.
To get started, click the button opposite 'Path to Search' to set the search path
then enter desired wild cards, I use *.frm;*.bas;*.cls;*.ctl
then enter a search term and press return
The ini class will remember all the combo box items for next use
Happy coding!