Results 1 to 3 of 3

Thread: [Resolved] - Keyboard or input options disappeared

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    79

    Resolved [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

  2. #2
    New Member
    Join Date
    Sep 2005
    Posts
    1

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    79

    Resolved 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
  •  



Click Here to Expand Forum to Full Width