Vlc player for windows ce 6.0 download

broken image
broken image

Public COMRECT GetClipRect( COMRECT clipRect)ĪxHost.FillInRect(clipRect, new Rectangle (0, 0, 32000, 32000)) host)) fires a NullReferenceException.ĭo you have ANY clue as to why this would occur? I can actually see that in the Windows CE version, this method gets called in AxHost.cs: host.GetParentContainer().OnUIActivate( this. host.ParentContainer is 'Could not evaluate expression'. While the member of = null, the public property of this.

broken image

The Windows Media Player actually does show up on the form, however if I attempt to set a property (such as URL) or call a method I get an InvalidActiveXStateExceptionĪfter tracing this down and comparing the Pocket PC version to my Windows CE 6 version, the only difference I can see is when this is called in OleSite.cs: I then moved the code over to the Windows CE 6 environment and after some tries got the app to build, deploy and run. The sample code however is written for the Pocket PC 2003 SE Emulator. I went to where you indicated and did get the sample code to run.

broken image