Results 1 to 3 of 3

Thread: Access from pocket pc buttons...

  1. #1

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Access from pocket pc buttons...

    I have an application uses the input panel (keyboared) and I want to control the input panel from the buttons on the pocket pc,
    when I push one of the four buttons it will show / hide the input panel.

    Can I do something like that??!

    it will be very helpful for my app.

    Eyal

    Giving an exact answer
    Saves a lot of time!!!

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: Access from pocket pc buttons...

    drag the inputpanel control onto the form

    then in the button click events

    Show -> InputPanel.Enabled = True
    Hide -> InputPanel.Enabled = False
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  3. #3

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Resolved Re: Access from pocket pc buttons...

    Thanks for that , I'll try it later.

    maybe please you can help me with my cab file question?!

    Giving an exact answer
    Saves a lot of time!!!

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