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.
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/