0

I have a windows form in which I have a numeric keyboard. when user click on the text box my numeric keyboard appears.but the problem is I moved my application to a touch screen keyboard. when user clicks on my text box default touch screen keyboard appears.

Is there any possibility to close the touch screen keyboard on my application ?

Dmitry
  • 13,797
  • 6
  • 32
  • 48
shujaat siddiqui
  • 1,527
  • 1
  • 20
  • 41

1 Answers1

0

You can't, it's a user preference as of now.

Similar question is found here

Is it possible in c# to show, hide, and manipulate the Windows 8 on-screen keyboard?

Please refer http://social.msdn.microsoft.com/Forums/windowsapps/en-US/17d2486f-abbb-4352-9aaf-5a457128678a/touch-keyboard?forum=winappswithcsharp

Community
  • 1
  • 1
Nayeem Mansoori
  • 821
  • 1
  • 15
  • 41