开发者

how to display a list in c#

开发者 https://www.devze.com 2023-01-22 07:40 出处:网络
I would like to make an app that resembles winamp but has an youtube data input ( i.e. in stead of local music i have a multitude of links from which i stream music ) . I would like to know how to dis

I would like to make an app that resembles winamp but has an youtube data input ( i.e. in stead of local music i have a multitude of links from which i stream music ) . I would like to know how to display the list? should i have an UserControl for each link or is there another way ? i was also thinking o开发者_运维知识库f storing the links in a dataTable and on quit saving it to a local database/file . Is that the way to go? If you have any suggestions i am looking forward to hearing them!

Regards, Alexandru Badescu


I think I would be best to create a user control for each url, and put all the user controls into a scrollable container.

If all users must specify the link to the file, I would save each playlist as a (simple) file, where each line contains one link.

0

精彩评论

暂无评论...
验证码 换一张
取 消