Search Forum
(53671 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


 
Printable Version

ID3 Library
By Paul Lockwood

MP3 Tag Editor is a simple GUI that allows MP3 ID3 (v1.1) tags to be created or edited. This example uses .NET Beta 2 and was written using a text editor. The source code is in two parts. GUI and non-GUI code. The non-GUI code can be used as an API to create/ edit ID3 tags. The GUI-code is throwaway.

Download: Executable 5 KB (Needs .Net Framework to run)
Download: Source Code 4 KB