Connecting Tech Pros Worldwide Help | Site Map

"Key Pads In WM 5.0 Pocket PC"

Newbie
 
Join Date: Nov 2007
Posts: 16
#1: Dec 10 '07
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's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#2: Dec 11 '07

re: "Key Pads In WM 5.0 Pocket PC"


Quote:

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.InputPanel1.Visible = true;

Mark
Reply