キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

File Properties

How do I get/set the properties of a file (such as Author, Artist, etc)?
0 件の賞賛
メッセージ1/20
5,946件の閲覧回数
You've already asked this question here.
0 件の賞賛
メッセージ2/20
5,945件の閲覧回数

I am look for a solution in a different way.  I am running version 8.2 of LabVIEW, and I got an error when I tried to run the method that you mentioned.  The error was "Automation Open: Object specified is not creatable".

 

I want to know if there is another way to manipulate the properties without using a specific ActiveX method.

0 件の賞賛
メッセージ3/20
5,941件の閲覧回数

In the future please stick to the original thread. As it is, your new message provides little information, and the first question someone would ask is "what are those properties", since it's not clear you're even referring to music files. Plus, you will prevent simply getting the same answers.

 

Did you create a Windows Media Player object? If you upload your code somebody can take a look at it.

 

Is there a non-ActiveX solution? Of course. Search the net and you'll find dozens of programs that can change that information. You may be able to find on that can be command-line driven so you can call it from LabVIEW using System Exec. I'll leave the search as an exercise for you. スマイリー ウインク

 

 

0 件の賞賛
メッセージ4/20
5,935件の閲覧回数

Hi, i am trying to use wmp.dll but labview do not found any functions in the library.

 

http://msdn.microsoft.com/en-us/library/dd563847%28v=vs.85%29.aspx

 

0 件の賞賛
メッセージ5/20
5,143件の閲覧回数

I am trying it with "Windows Media Player SDK" who contains "wmp.h" header.
But the assistant "Import Shared Library" do not show me any functions.

0 件の賞賛
メッセージ6/20
5,134件の閲覧回数

I belive wmp.dll is a .net assembly, so you'll need dont need to import anything, just create the correct .net object and use invoke/property nodes.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 件の賞賛
メッセージ7/20
5,131件の閲覧回数

I don´t understand you.

 

I can´t create a .Net constructor

 

I can´t create the .Net control

 

 

0 件の賞賛
メッセージ8/20
5,104件の閲覧回数

NETSound.png

Try this.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 件の賞賛
メッセージ9/20
5,064件の閲覧回数

Ok, thanks, but now, How do you do to use "Media.setItemInfo"???????

0 件の賞賛
メッセージ10/20
5,055件の閲覧回数