Virtual keyboard Popup not working on a derived textbox in wpf
I have a derived class called NumericTextBox that is derived from TextBox.This has all the validationsf for the data to be numeric. Now, i have a popup attached to this textbox in my window. the popup is a virtual keyboard. this lets the user input from both Keyboard and Mouse. but whenever i click a button on the popup, the Pre开发者_如何学运维ivewTextInput is not getting fired. i raise the keybd_event. Please suggest a solution to this Regards, Ankur
Try using Snoop to observe/monitor the events that fire when your application is running.
精彩评论