A1VBCode Forums

Move lyrics from WMP window to RichTextBox?


http://www.a1vbcode.com/vbforums/Topic32326.aspx

By colossus1958 - 8/22/2015

I am in the process of building my own MP3 player (VB.NET 2015). I found the LyricsPlugin for Windows Media Player which works fairly well. However I need to have the output from this displayed in a RichTextBox if possible as I want to keep the WMP screen available for graphics. Is this possible or am I going to have to use a database of text files to do what I want? I think using the LyricsPlugin would be a cleaner solution, but it may not be possible with that plugin. Any suggestions?