Hi,
I'm fairly new to Windows programming and even newer to Windows CE.
Problem:
I need to stream video from a C# application. I need to have fullscreen and Portrait comtrol as well as skinning and stop, start, pause.
Windows media Player was the obvious choice and I created a DLL which is called from the C# application. However I seem to have no control over the events in the DLL nor change the skin. I would be happy at the moment if I could just be able to go from full screen to portrait and visa versa.... but I cannon act on screen touch or any event it seems.
Also I don't understand why I can add a Windows Media Player control into my C# form on CE
Is there any easy way to do this
Please help ... I've spent way too much time on this .
Mike