Click here to Skip to main content
15,894,460 members
Articles / Programming Languages / XML

Using Events: Filerenamer II Project

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
24 Feb 2019CPOL17 min read 25.2K   220   16  
This is a utility program for bulk/batch renaming of files that demonstrates using and creating events
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3053
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace FileRenamer2.Properties
{


    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Resources
    {

        private static global::System.Resources.ResourceManager resourceMan;

        private static global::System.Globalization.CultureInfo resourceCulture;

        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources()
        {
        }

        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager
        {
            get
            {
                if ((resourceMan == null))
                {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileRenamer2.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }

        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture
        {
            get
            {
                return resourceCulture;
            }
            set
            {
                resourceCulture = value;
            }
        }
    }
}

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
Retired
United States United States
To keep it simple, I'll just list my computer/software experience.

1970 learned BASIC on an IBM 360 timeshare terminal while working for MCI when we consisted of about a dozen people.

1978 bought an Apple II Plus with a floppy drive [140kbytes!! wow! ha ha ha].

1978-1985 sharpened my programming skills in BASIC, Forth, assembly language, and Pascal on the Apple II which I upgraded along the way. I was a member of the A.P.P.L.E. and submitted several programs and articles to various bulletin boards. Received a couple of awards.

1985 bought my first PC.

1985-2000 Eventually tried Windows 286 and tossed it, then finally bought Windows 386 and kept it. Studied and passed the MCSE certification. Added C and C++ to my repertoire and started building programs for Windows for Workgroups 3.11. Got a couple of awards for utilites I wrote.

2000 I retired from my 'day job' in electronics and went to work full time as a programmer/analyst and network engineer.

2000-2005 worked on web and client server software. The applications included web and desktop based learning software including testing, progress reporting, etc.

Worked with another guy in creating a web based parts catalog on an SQL Server database from the ashes of a web fiasco they bought based on MS Access. I then built a massive MS Word VBA based catalog generator for them that took the SQL database and generated their 1,000 page catalog.

2005-2007 worked as a contract programmer. Supported magazine fulfillment and billing via web apps in ASP and ASP .Net. Upgraded my skillset to the .Net universe.

2007-2010 worked for a large manufacturing corporation's shop floor software support. Analyzed and mapped out the two dozen applications and two dozen flat files plus a half dozen SQL Server db's that supported and controlled the entire manufacturing process. Created a math intensive app to convert customer orders into machine control data.

2010 - retired... sort of... *grin*

Comments and Discussions