Windows Media Player Device Sync in VB.NET using WMPLIB
Posted
by Jack Hayter
on Stack Overflow
See other posts from Stack Overflow
or by Jack Hayter
Published on 2009-10-26T00:11:30Z
Indexed on
2010/04/16
9:03 UTC
Read the original article
Hit count: 433
The MSDN documentation for WMPLIB states that syncing to device is not supported in .NET programming, only C++.
Is there, however, a simple wrapper class or DLL that can be used to interface between a .NET program and the nescessary C++ code?
Or is there a better way to sync files to a device using VB.NET? Are all devices suited/compatible with just a simple filesystem.copyfile ?
© Stack Overflow or respective owner