Home > Net >  WPF textbox for custom virtual keyboard input values
WPF textbox for custom virtual keyboard input values

Time:11-09

When a text box in the form for the focus after the custom virtual soft keyboard (the rid_device_info_keyboard. Xaml) through the rid_device_info_keyboard. The show (), but couldn't get through the virtual soft keyboard text box input values, instead, is any computer software can input text value, can be covered by the pop-up character input software disc, consult ace action! Thank you

CodePudding user response:

See if the text box input focus is not obtained,

CodePudding user response:

I just click on the virtual keyboard keys, the focus of the text box will disappear

CodePudding user response:

Use data binding, just click on one of the health, the data in the input box to add or modify the
Press A button, for example, the background of Tb. The Text +=A;
  •  Tags:  
  • C#
  • Related