Click here to Skip to main content
15,885,141 members
Articles / Desktop Programming / MFC

MP3 Rename - a program to rename your MP3s to match their ID3 tags

Rate me:
Please Sign up or sign in to vote.
3.46/5 (10 votes)
10 Nov 2002 102.4K   1.2K   43  
A simple C++ (MFC) program that can rename your MP3 files to match their ID3 tags.
#pragma once


// DialogHelp dialog

class DialogHelp : public CDialog
{
	DECLARE_DYNAMIC(DialogHelp)

public:
	DialogHelp(CWnd* pParent = NULL);   // standard constructor
	virtual ~DialogHelp();

// Dialog Data
	enum { IDD = IDD_DLG_HELP };

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

	DECLARE_MESSAGE_MAP()
};

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
it's me... Jonathan D.
from upstate NY....uh....
like my stuff? let me know!

Comments and Discussions