MS Web Browser on Pocket PC

I'm trying to create my own Pocket PC web browser in C ++ MFC. When I add the Microsoft Web Browser ActiveX control and run the application on my Pocket PC (emulator), the following message appears: Msgstr "Failed to execute debug assertion. Occcont.cpp line: 916"

When I look in the VS2005 debug window: "OLE Control CoCreateInstance error {8856F961-340A-11D0-A96B-00C04FD705A2}. Result Code: 0x80040154 Is the control registered correctly? Warning. Resource items and Win32 Z-order lists are out of sync. Tab order may not well defined. "

How can I use this control on my Pocket PC? Or does a similar control work?

0


source to share


1 answer


FWIW, I have successfully used this control in a .NET CF application. This means that it should work. I suspect you have selected an ActiveX object for the desktop. But I have no idea how you choose the right one.



+1


source







All Articles