
Introduction
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.