Mobile Apps - WM6.5 menu font size too big

Asked By non
12-Nov-09 11:32 AM
My customers with WM6.5 report that my app shows a larger font on its menu than
it did under previous WM systems.  I do not have a WM6.5 here, so I cannot test
it.  Why is this happening?  I developed the application using EVC4.0, and the
menu was developed using the standard Win32 API, using a Menubar resource, and:

SHMENUBARINFO mbi;
ZeroMemory(&mbi, sizeof(SHMENUBARINFO));
mbi.cbSize     = sizeof(SHMENUBARINFO);
mbi.hwndParent = hwnd;
mbi.nToolBarId = IDM_MENU;
mbi.hInstRes   = instMain;
if (!SHCreateMenuBar(&mbi))
return NULL;

This has not changed in 5 years.  And these customers tell me mine is the only
program whose menu has been affected by WM6.5.


Robert Scott
Ypsilanti, Michigan
SHCreateMenuBar
(1)
Report
(1)
ZeroMemory
(1)
Ypsilanti
(1)
InstMain
(1)
Michigan
(1)
SHMENUBARINFO
(1)
Registry
(1)
  Stephen Bye replied to non
12-Nov-09 06:14 PM
I cannot answer your question, but here is some more information that you may
find useful:

Apparently some WM6 touch-screen devices (such as HTC Touch Pro) use a huge
font for the menus so that operating the device with your fingers instead of
a stylus is easier.
You (or rather, your customers) can adjust the menu font size by using a
registry editor to reduce the values of one or both of the following keys:
HKLM\System\GWE\Menu\BarFnt\Ht
HKLM\System\GWE\Menu\PopFnt\Ht
Create New Account
help
How do I create the Report in MS-Excel using C# or VB.Net Mobile Apps Hi, I am creating n designing the reports. Previously, I used Cryatal Report to design the report. But, now I wanted all the reports should be designed into the EXCEL only any version of EXCEL. I want to design the report just like the Crystal Report; I am going to follow following steps in my EXCEL Report designing. Steps or design as under: 01) Report header - should be fixed for all pages if exceeds more than 1 page 02) All naming e.g. if in datatable field name is empname then on the EXCEL sheet report it should be ' Employee Name' 03) Grouping - Just like Crystal Report 04) Grouping Total - If
Face problem into "ReportViewControl" Mobile Apps We have created report into Sql server 2005 and viewing this from “Reportviewcontrol” of Visual studio 2005. Now problem is some time report first page displays only Report header and all data on Second page. Some time its display report header and report details on same page. Any one know how to solve this problem Please help me come on conclusion that it is a bug of control because of following reason If report page has capacity of 25 records to display then first it tries to display on page In first case when record is too less then its display all record and report header on same page In second case if we have more record which can not display together with Report header on same page then it will display report header only on first page and
Display INK Signature on a report Mobile Apps record signatures to be shown on a report. Whilst I believe I am successfully capturing an INK signature and storing it in a db record, I can not subsequently display the signature on a report.:: I am capturing the signature on a form in an INK enabled control. For testing to date I have not been able to subsequently display this data directly on a report (I have been able to export the gif images to a file then re-import some example VBA code to enable the displayed INK signatures to be added to a report (via a query). I have looked through .net examples and tried to relate to VBA ideas would be much appreciated. Regards Nick P - - NICK300X Windows Tablet PC Discussions VBA (1) Report (1) Technicians (1) Groupshttp (1) Annotator (1) Officials (1) Adobe (1) Aids (1) Might search to history.:: The document is a fully traceable item (it is in fact a technicians report for a pest control visit) and uses the signature for the customer to acknowledge he has seen the screen version of the report before their copy is printed. Subsequently the record can then be used to reprint / email