You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello:
I am new to .NET MAUI, and I found your repo, it looks good.
But I have a question, I want to know if I can use some WinForm GUI toolbox control, like checkListBox or similar item in MAUI, so I can pick up or mark specific video from a list of videos.
For example: I have a total 10 videos in one folder: [D:\Videos], their names like:
1.mp4, 2.mp4, 3.mp4, 4.mp4, 5.mp4, 6.mp4, 7.mp4, 8.mp4, 9.mp4 and 10.mp4.
I want to be able to play those video one after another, like: play 1.mp4 first, 2.mp4 second, etc… until play 10.mp4 last.
For VLC media player, you can open a folder, so the media player will play all the videos inside that folder, you don’t have to manually play next one, after the current video playing is finished.
First, I want to know if I can write some code, just like VLC media player, so I can play all the videos inside one folder, so I don’t have to manually play next one?
If yes, please show me some code or some idea on how to do this.
Second, as I have multiple videos from different sources, but some of them are duplicate, for example, inside those 10 videos, I found 1.mp4 and 10.mp4 are actually the same video, therefore, I want to have some kind of mark to indication that they are duplicate, then later on, I can use C# code to delete all the duplicates, and keep only the first one?
If I can have some WinForm app toolbox control, like checkListBox, and indicate each video name in the all play list, then later on, I can use C# code to select all those items inside checkListBox, and delete all the duplicates and keep only the first video.
Since I don’t know much about .NET MAUI, I want to know what kind of controls can be used in .NET MAUI to work like checkListBox in Winform project.
Please advise,
Thanks,
The text was updated successfully, but these errors were encountered:
Hello:
I am new to .NET MAUI, and I found your repo, it looks good.
But I have a question, I want to know if I can use some WinForm GUI toolbox control, like checkListBox or similar item in MAUI, so I can pick up or mark specific video from a list of videos.
For example: I have a total 10 videos in one folder: [D:\Videos], their names like:
1.mp4, 2.mp4, 3.mp4, 4.mp4, 5.mp4, 6.mp4, 7.mp4, 8.mp4, 9.mp4 and 10.mp4.
I want to be able to play those video one after another, like: play 1.mp4 first, 2.mp4 second, etc… until play 10.mp4 last.
For VLC media player, you can open a folder, so the media player will play all the videos inside that folder, you don’t have to manually play next one, after the current video playing is finished.
First, I want to know if I can write some code, just like VLC media player, so I can play all the videos inside one folder, so I don’t have to manually play next one?
If yes, please show me some code or some idea on how to do this.
Second, as I have multiple videos from different sources, but some of them are duplicate, for example, inside those 10 videos, I found 1.mp4 and 10.mp4 are actually the same video, therefore, I want to have some kind of mark to indication that they are duplicate, then later on, I can use C# code to delete all the duplicates, and keep only the first one?
If I can have some WinForm app toolbox control, like checkListBox, and indicate each video name in the all play list, then later on, I can use C# code to select all those items inside checkListBox, and delete all the duplicates and keep only the first video.
Since I don’t know much about .NET MAUI, I want to know what kind of controls can be used in .NET MAUI to work like checkListBox in Winform project.
Please advise,
Thanks,
The text was updated successfully, but these errors were encountered: