Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello to everyone,

I have an application developed for Windows CE with compact framework 2.0. in c#, Which opens a website developed by the company I work for, using the webbrowser component Component Palette Microsoft. The site uses jquery and javascript. The application works correctly with all operating features of the site without any problem. I need to create the same application for windows mobile 6.5.

I did a pilot project only exchanging plataform (right button on the project-> Change Target Platform ... -> Change to Windows Mobile 6.5.3 Professional DTK). The result was as follows:

- The application can not load load libraries jqyery, error out of memory when starting the application and some buttons on the site have problem in its functioning. If I comment the libraries of the site, the error disappears and the buttons work correctly, but the jquery site does not work.
- The same application shows different behaviors in versions of windows mobile 6.5 classic and professional.
- If I open the same site, which is opened by the application, in both internet explorer (Windows Mobile 6.5 Windows Mobile 6.5 Classic and Professional) the site works correctly.

So, I have the following questions:

- The application needs work for windows mobile 6.5 classic and professional.
Thus the project created (SDK) should be the same?
- The Framework utlizado should be compact 2.0 or should I use the compact 3.5?
- Is there any solution to control memory windows mobile 6.5 to avoid
the out of memory error in IE?
- Is there any alternative to the Microsoft webbrowser component?
- What is the engine used by Microsoft webbrowser component? It would be the default browser installed on Windows Mobile? Can I exchange it?

Graciously
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900