Menu Height

  • Hello,


    I must modify the height of menu to a higher size.
    I've tried modifying the font
    The HKEY_LOCAL_MACHINE\System\GWE\Menu\PopFnt
    and
    The HKEY_LOCAL_MACHINE\System\GWE\Menu\BarFnt


    it works to the font but not to the size of the menu.


    I've read the exist an attribute in the registry called cyCaption which allow that but I can't found.


    Can you tell me if the image of the windows CE has it or if I have to modify another attribute ?


    Thanks

  • Morning Mr. Zutter,


    Thanks for the link, I saw that the title height is modificable but no the menu.
    I haven't found anything related with the action of make heigh higher, so finally, I've decided to do the follow trick, but my boss have the last word.


    If you know something different please tell, I will apreciate so much.


    Make the font higher in the menu:


    1.- In the menu 1st level
    HKLM\System\GWE\Menu\BarFnt
    Ht : 4294967281 [new]
    Ht : 4294967284 [old]
    Nm: Arial [new]
    Wt: 600 [new]


    2.- In the menu 2nd, 3rd,4th,... level
    HKLM\System\GWE\Menu\PopFnt
    Ht : 4294967281 [new]
    Ht : 4294967284 [old]
    Nm: Arial [new]
    Wt: 600 [new]


    3.- Reduce the space in between the letters and the top border of the menu the left and right have a concrete value
    HKLM\System\GWE\Menu\
    BarTMrg: 1 [ dword ][new] [Top Margin]
    BarRMrg: 10 [ dword ][new] [Right Margin]
    BarLMrg: 10 [ dword ][new] [Left Margin]


    Kind Regards