controlling windows media player from app

How would i control windows media player (the main one) not a control that is on my form but the WMP app its self I found an example in c# and what he was doing made sense i just could not make it in vb he was sending things to the app using some windows dll and using spy++ tho get the codes to send to the app. Think you for your help in advance.
[354 byte] By [dakota367] at [2008-1-1]
# 1
Any help?
dakota367 at 2007-9-12 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

dakota367,

According to your question, I recommend you to use .NET Reflector to explore the internal implementation of the class libraries. Since you have got the C# application on your demand, just use the reflector tool. There is a function of this tool that you can explore the same class with different languages such as VB.NET and C#.

Please open the following link and download the tool:

http://www.aisto.com/roeder/dotnet/

BrunoYu-MSFT at 2007-9-12 > top of Msdn Tech,Visual Basic,Visual Basic General...