AussieOldTimer
New member
- Joined
- Dec 18, 2018
- Messages
- 2
- Programming Experience
- 10+
Hello,
I am writing a small music player for my own personal use. The program is a Desktop application using WinForms, standard controls and the BASS DLL for the engine.
I have basically finished it but would really like to have an Album Cover view. Currently I just list the tracks in a listview, which is fine, but I'd like the option to see the covers like iTunes etc.
I believe people use the DataGridView control to do this (might be wrong), I have never used this control and when I do a web search, most (if not all) of the examples use it with a database - which is of course what it's meant to be used with. I just want to list the contents of a folder that I point it to.
Has anybody got any advice or examples of what I can do to achieve my desired result?
Cheers.
I am writing a small music player for my own personal use. The program is a Desktop application using WinForms, standard controls and the BASS DLL for the engine.
I have basically finished it but would really like to have an Album Cover view. Currently I just list the tracks in a listview, which is fine, but I'd like the option to see the covers like iTunes etc.
I believe people use the DataGridView control to do this (might be wrong), I have never used this control and when I do a web search, most (if not all) of the examples use it with a database - which is of course what it's meant to be used with. I just want to list the contents of a folder that I point it to.
Has anybody got any advice or examples of what I can do to achieve my desired result?
Cheers.