"Key Pads In WM 5.0 Pocket PC"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wingsganesh
    New Member
    • Nov 2007
    • 16

    "Key Pads In WM 5.0 Pocket PC"

    Hi ,
    I am Working in Pocket PC Windows Mobile 5.0, IN Pocket PC 2003 keypads are visible default .

    But in Pocket PC Windows Mobile 5.0 the key pads are not visible ,Am also change the Emulator options,But no Use. How can i Visible it,What is the property to Visible the Key pad ............... ............
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Originally posted by wingsganesh
    Hi ,
    I am Working in Pocket PC Windows Mobile 5.0, IN Pocket PC 2003 keypads are visible default .

    But in Pocket PC Windows Mobile 5.0 the key pads are not visible ,Am also change the Emulator options,But no Use. How can i Visible it,What is the property to Visible the Key pad ............... ............
    Hi,

    Are you using visual studio? You need to drag an "Input Panel" from the toolbox onto the form.

    To display this you should then use this.InputPanel 1.Visible = true;

    Mark

    Comment

    Working...