Adding a reference to MediaMonkey: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
Here you can find resources related to automating MediaMonkey in .NET (C#/VB.NET), including very simple beginners tips & tricks.
==Adding a reference to MediaMonkey==
# Choose Add Reference
# Choose Add Reference
# Go to the COM Tab
# Go to the COM Tab
Line 10: Line 7:
</source>
</source>


==Links==
[[Category:.NET]]
* [[Scripting|Scripting main page]]
* [[MediaMonkey Automation objects]]
* [[MediaMonkey Database structure]]
* [[Introduction to scripting#About external scripts and applications|About external scripts and applications]]

Latest revision as of 18:03, 29 May 2011

  1. Choose Add Reference
  2. Go to the COM Tab
  3. Choose "MediaMonkey Library"

The base Namespace for MediaMonkey is SongsDB:

  using SongsDB;