Jump to content
Đăng nhập để theo dõi  
thanhvu

thanhvu

Recommended Posts

Code C# , dùng component Explorer. hiện tại code đơn giản chỉ cần click vào file mp4, hoac trong thư mục có những file này thì add vào listview tên file đường dẫn và thời gian

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites
11 giờ trước, thanhvu said:

Code C# , dùng component Explorer. hiện tại code đơn giản chỉ cần click vào file mp4, hoac trong thư mục có những file này thì add vào listview tên file đường dẫn và thời gian

bạn vui lòng miêu tả rõ hơn ... 

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites

https://laptrinhvb.net/bai-viet/devexpress/---Csharp----Huong-dan-nhung-Embed-Windows-Explorer-vao-Winform-lam-File-Manager-/6cfd38af6d14ed99.html

code này đơn gian: Thủ tục nyà lấy thông tin của 1 file

 public void uiDecoupleTimer_Tick(object sender, EventArgs e)
        {
            if (selectionChanged.WaitOne(1))
            {
                StringBuilder itemsText = new StringBuilder();

                foreach (ShellObject item in explorerBrowser.SelectedItems)
                {
                    if (item != null)
                        itemsText.AppendLine(item.GetDisplayName(DisplayNameType.Default));
                }

                lbl_fileName_select.Text = itemsText.ToString();  + thời gian của file được chọn là mp4

 

==========================================

 

yêu cầu khi cick chọn 1 file hay nhiều file thì mỗi file sẽ có thời gian của file được chọn ( file mp4, mp3 )       


            }
           

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Trả lời chủ đề này...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Đăng nhập để theo dõi  

×
×
  • Create New...