|
-
Sep 27th, 2005, 07:29 AM
#1
Thread Starter
Lively Member
[Resolved] - Keyboard or input options disappeared
Hi!
On execution on Pocket PC or Emulator my SmartDeviceApplication's form is not showing any keyboard or input options, even on reducing form size to 248x252.
Any idea?
Last edited by karahim; Sep 27th, 2005 at 09:01 PM.
Reason: Resolved
-
Sep 27th, 2005, 09:51 AM
#2
New Member
Re: Keyboard or input options disappeared
To use the keyboard in the Pocket PC you need to do two things.
In .Net:
1. Add a MainMenu from the toolbox so that you can see the keyboard in the bottom right corner of the screen.
2. To control the keyboard add the InputPanel from the toolbox to your form. With this you can tell if the keyboard is shown or collapsed or change its status yourself.
One thing I did notice is that you should Dispose() the keyboard when you are done or you may see problems closing your app.
-
Sep 27th, 2005, 08:57 PM
#3
Thread Starter
Lively Member
Re: Keyboard or input options disappeared
Thank you lauren for your help, it is working.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|