Click here to Skip to main content
15,885,366 members
Articles / Programming Languages / C#

Status Reporter using Text File and fileSystemWatcher

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
18 Oct 2012CPOL4 min read 22.5K   625   10  
Tool to report another programs buffer of messages sent to a text file

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatusByFileWatch Demo", "StatusByFileWatch Demo.csproj", "{72778DD1-5519-4533-B068-82C518029F81}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{72778DD1-5519-4533-B068-82C518029F81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{72778DD1-5519-4533-B068-82C518029F81}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{72778DD1-5519-4533-B068-82C518029F81}.Debug|x86.ActiveCfg = Debug|x86
		{72778DD1-5519-4533-B068-82C518029F81}.Debug|x86.Build.0 = Debug|x86
		{72778DD1-5519-4533-B068-82C518029F81}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{72778DD1-5519-4533-B068-82C518029F81}.Release|Any CPU.Build.0 = Release|Any CPU
		{72778DD1-5519-4533-B068-82C518029F81}.Release|x86.ActiveCfg = Release|x86
		{72778DD1-5519-4533-B068-82C518029F81}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
I am a Civil Engineer that writes programs as needed. The Civil industry is in a big transition from fragmented design methods and data, to more encapsulated objects that keep things cleaner. You must share the items in ways that are lightweight though, and be kind to users when connected objects cannot be found. That pursuit makes this a fun time to be in the industry.

Comments and Discussions