Current location - Music Encyclopedia - QQ Music - Using MFC as a music player, how to read lyrics and display them
Using MFC as a music player, how to read lyrics and display them

1. Read lyrics from lrc, and lyrics also have specific formats

2. Playback can use MCIWndCreate related functions. During playback, the corresponding lyrics are displayed according to time

3. Lyrics display, if it is just a simple display, DrawText is enough.