Search found 1 match
- Thu Jan 18, 2018 9:43 pm
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Is it possible to use COM from MM Portable in .Net
- Replies: 1
- Views: 8258
Is it possible to use COM from MM Portable in .Net
My goal is to use C# instead of the vb/jscript, but because portable MM doesn't register COM, I need another way to get access to the MM Interfaces. Tried and failed: 1. Using VBScript GetObject, to access a ComVisible dll and pass the needed objects. This idea was from a SO post, but it doesn't loo...