Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C# » Utilities » Downloads
 

Visual FoxPro Lines of Code Analysis

By , 5 Jan 2012
 
vfploccounter-executable.zip
VFPLOCCounter.exe
VFPLOCCounter-Source.zip
VFPLOCCounter
ProjectStatus.rdlc
Properties
DataSources
ResultData.xsc
ResultData.xss
Settings.settings
Resources
PrintHS.png
PrintPreviewHS.png
PrintSetupHS.png
using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace VFPLOCCounter
{
	static class Program
	{
		/// <summary>
		/// The main entry point for the application.
		/// </summary>
		[STAThread]
		static void Main()
		{
			Application.EnableVisualStyles();
			Application.SetCompatibleTextRenderingDefault(false);
			Application.Run(new MainForm());
		}
	}
}

By viewing downloads associated with this article you agree to the Terms of use 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)

About the Author

Mark Miller
Software Developer (Senior)
United States United States
Member
I develop software for a leading healthcare system in Northern Illinois.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 5 Jan 2012
Article Copyright 2007 by Mark Miller
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid