I created a small application in VBA for autocad (.dvb file). It has a form and a set of modules.
I originally wrote the code in the module, which also contained the IP address (10.0.0.16). Later I replaced the IP address with the actual name netbios (MyServer).
While doing some maintenance, I searched for the folder containing this file, with FileLocater Pro for the text string "10.0.0". Lo, and now he got hit on this file. I searched for the file, and the string "10.0.0" does not exist anywhere.
What gives? My only assumption is that the .dvb file has a history log or a rollback log of past changes. Somebody knows?
source
share