Click here to Skip to main content
Click here to Skip to main content
 

Sound visualizer in C#

By , 15 Aug 2007
 
soundviewer.zip
SoundViewer.exe
SoundViewer.pdb
soundviewersource.zip
SoundViewer
SoundViewer.suo
SoundViewer
bin
Release
Properties
Settings.settings
SoundViewer.csproj.user
using System;
using System.Collections.Generic;
using System.Windows.Forms;

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

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 GNU General Public License (GPLv3)

About the Author

Jeff Morton
Systems / Hardware Administrator
United States United States
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 15 Aug 2007
Article Copyright 2007 by Jeff Morton
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid