Replace All across project files | CodeGuru

Replace All across project files

Environment: VC6 SP3, NT4 SP5 This is MS Visual Studio add-in to find and replace texts across project files (if any loaded). (Project files == files enumerated in project’s .dsp file. They appear in workspace’s FileView.) It is based on MS sample project ReplAll. It enhances the sample functionality – possibility to find and replace […]

Written By
CodeGuru Staff
CodeGuru Staff
Dec 29, 1999
1 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Sample Image of ReplaceAll add-in

Environment: VC6 SP3, NT4 SP5

This is MS Visual Studio add-in to find and replace texts across project files (if any loaded).
(Project files == files enumerated in project’s .dsp file. They appear in workspace’s FileView.)

It is based on MS sample project ReplAll. It enhances the sample functionality – possibility to find and replace
across open files. It uses standard “Find & Replace” dialog (from VStudio).

Project file enumerating functionality is fully copied from Joshua C.Jansen’s Workspace Utilities (there are only some
minor changes – char -> TCHAR, Exclude and Special Added files aren’t used).

The result of the work of this add-in is the set of a changed files – the files opened before add-in run (and not saved) are closed.

Downloads

Download source – 28 Kb
Download addin DLL – 26 Kb

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.