Author |
Topic |
|
ctacke
877 Posts |
|
ctacke
877 Posts |
Posted - 26 Nov 2003 : 14:17:25
|
Update
The original HTMLView application was written and compiled using eVC 3.0 and would only run on CE 3.0 devices.
We've added eVC 4.0 project files along with a binary compiled with eVC 4.0 to the download package for use with CE 4.x. |
 |
|
pmills
2 Posts |
Posted - 12 Jan 2005 : 13:32:15
|
I am having trouble using this sample on an AGX dev system with CE.Net4.2. The sample seems to create the control, but will not actually navigate to a page - the screen just remains white. I poked around a bit and the CLSID does exist, but I don't see webview.dll or shdocview.dll on the machine. Do I need to use a different CE build in order to use this sample? |
 |
|
akidder
1519 Posts |
Posted - 12 Jan 2005 : 18:39:35
|
It looks like it's finding the DLLs; otherwise it wouldn't create the control at all (the DLLs are probably hidden, but you can display them with dir and some command line parameters, if you're interested).
We can take a look at this to see what's going on, if it's important to your application. |
 |
|
pmills
2 Posts |
Posted - 13 Jan 2005 : 13:18:35
|
Thank you very much. Yes it is important to my application that I be able to host the browser control. Normally, I would just drop the WebBrowser control on a CFormView but that did not work. That problem is what led me to your sample. Thanks again, Philip |
 |
|
ctacke
877 Posts |
Posted - 14 Jan 2005 : 17:05:50
|
HTMLView.exe uses the IBrowser control from CE 3.0.
Windows CE 4.x added a newer version of Internet Explorer as well as a standard implementation of the IWebBrowser2 that is interface-compatible with IE 6.0's desktop control, so while the HTMLViewer sample will no longer work, just about any desktop or CE example using IWebBrowser2 is applicable. The interface is defined in 'exdisp.h'. |
 |
|
|
Topic |
|