i've got a problem
i tried to create a music player, and i already finish it.
and still searching for bug.
but i got problem if the user place folder with ton of recursive folder and like > 300 data.
it takes to long time, and make my programs like not responding/ crashed
so i think to create a loading notification when the program is adding the data.

i need to make a loading bar, but this loading bar isn't a progress bar it will show what filepath is currently added to program,
even if it change fast.

from what i think, i will add new windows form when the program started to add data, and dispose it when the program finish add data.

the problem is, how i make the form know what file i processed now, because if i do it normally. of course the form will freeze like the main form,
any idea here??

note: i used C# express with .net 4.0