Home > Net > How to realize the mouse operate other controls, the textbox control have been get focus?
How to realize the mouse operate other controls, the textbox control have been get focus?
Time:11-04
Need to do a meeting record program, the conference speech into text input into the textbox control automatically, but the mouse still need to control other interface to demonstrate the data, what method can be implemented in asking the great spirit guide? I baidu once someone recommended hook procedure, but I'm a little look not to understand, there are other ways to achieve?
CodePudding user response:
No direct assignment, textbox. Text +="voice conversion of words"
CodePudding user response:
Emm... Will change the way of thinking: the transformed data save a string attribute of the background, such as the Result, and the Result after the change, update the TextBox Text attribute values. In fact this is WPF binding simplified logic, if you like deep can learn WPF and the MVVM design pattern.