Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General 2 / February 2005



Tip: Looking for answers? Try searching our database.

Edit the file properties

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Marco - 28 Feb 2005 11:36 GMT
I would like create a program for manage my files Mp3.

I find the properties (name,title,author and comments) of the files
with (objFolder.GetDetailsOf)

example:
For Each objFolderItem In objFolder.Items
           dr = dt.NewRow()
           n = n + 1
           dr(0) = n
           For i = 0 To 33
               arrHeaders(i) = objFolder.GetDetailsOf(objFolderItem,
i)
               dr(i + 1) = arrHeaders(i)
           Next
           AxProgressBar1.Value = AxProgressBar1.Value + 1
           dt.Rows.Add(dr)
       Next

How is possible to modify the properties of the files ? ( comments,
title, title of album ect..ect.. )

Thanks
Marco
Norm Cook - 28 Feb 2005 12:24 GMT
http://www.id3.org/intro.html

> I would like create a program for manage my files Mp3.
>
[quoted text clipped - 20 lines]
> Thanks
> Marco
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.