Hi...
Attempting to create a HTML5 browser for Windows CE 5/6, .NET 3.5, VS2008. I've also tried .Net 2.0.
Creating the webview via:
https://www.essentialobjects.com/doc/webbrowser/start/webview.aspxI get the follow compile errors:
Error 1 The type 'System.Windows.Forms.IWin32Window' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Error 2 The type 'System.ComponentModel.Component' is defined in an assembly that is not referenced. You must add a reference to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Can't seem to work around this.
Any ideas?
(fyi... contact form is not kicking me a validation code)