Database
llmp3.txt
Associated article: An Intelligent MP3 Jukebox
Tags: Database Design
Published source code accompanying the article by Mark R. Nelson in which he presents a Windows-based MP3 player that keeps track of and accomodates your musical tastes by letting you rate artists, albums, and individual songs. Also see LLMP3.ZIP.
An Intelligent MP3 Jukebox
by Mark Nelson
Listing One
m_PlayerHostWindow.Create( m_hWnd, rect, "LouisPlayerHost", WS_CHILD |
WS_VISIBLE | WS_CLIPCHILDREN, WS_EX_CLIENTEDGE );
CComPtr<IAxWinHostWindow> pHost;
HRESULT hr = m_PlayerHostWindow.QueryHost( &pHost );
char *...


