html - HTMLControl on WM 6.1 - VGA -


i facing trouble enabling "high resolution" mode in wm6 professional. using htmlview.dll embed htmlcontrol in our application. default "html" shown not in "high resolution" mode - app appearing zoomed , how displayed in lesser resolution emulators/devices.(qvga)

i have referred few links suggested folks. of links point http://msdn.microsoft.com/en-us/library/aa454895.aspx

which offers solution turn off emulation layer in wm6 adding line resource file.

hi_res_aware ceux {1} // turn off emulation layer

this because of accepted bug - discussed @ - hxxp://social.msdn.microsoft.com/forums/en-us/vssmartdevicesnative/thread/4d3c837d-16f4-4ae4-acc2-96bb8d573111/

doing hi_res_aware didn't view on htmlcontrol same. want imitate same functionality ie mobile when select menu->view->high resolution, show html way supposed shown (smaller - more html view screen achieved).

i have tried modify dtm_zoomlevel set when html written htmlcontrol - least zoom setting doesn't zoom out sufficiently. view on ie mobile's high resolution mode better.

i have tried getting width , height of screen using getdevicecaps() method, returns me screen size, @ max me modify created window's size.

the issue facing how enable high resolution mode automatically on html pages (here not creating ui mobile device, html page).

any pointers?

i've researched lot , resources , experience. you're stuck qvga resolution html control on wm 6.1 - it's hardcoded microsoft.

no point in dragging quest forward. end , re-design ui on qvga resolution.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -