How would one control an application (Media Player) from the program being created in VB? To sum it up, i would like to control media player (Microsoft Media Player 11) from my program. When i say control, i mean "Play, Pause, Next, Previous, Mute, Stop, etc..."
I want to do this because i have interfaced a microcontroller to my computer, and made a vb.net program to communicate to the MCU via RS232. The next step i would like to accomplish would be to allow the microcontroller to manipulate media player through my program.
Thanks. :)