Groups | Blog | Home
all groups > dotnet compact framework > may 2006 >

dotnet compact framework : InputPanel enter key disabled in WM5??



Jon
5/31/2006 3:56:02 AM
Hi, I have created a very simple program with just a label, textbox and a
inputpanel.

on Load, i set the inputpanel.enable = TRUE, so it will show up at the start.
however, all the keys on the keyboard work, but NOT the ENTER key???

When u press on the enter, it sounds like it has been disabled (with a blip
sound)?
no keyCode or keyChar return.

I am using WM5.

Many thanks in advance!
Jaakko
5/31/2006 11:02:02 AM
Hi,

Set the textbox property AcceptsReturn = True, then it works.

Jaakko
AddThis Social Bookmark Button