i\'m trying to control the VLC Media Player from C#. I tried getting a handle on the window with the FindWindow() command from .Net but as i found out the name of the window
Have you looked at libvlc
You might be able to wrap that up in a library and interact with VLC through that.